[WIDL] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / sdk / tools / widl / typelib.c
index ba71de7..7c590bc 100644 (file)
 #include <string.h>
 #include <ctype.h>
 
+#ifdef __REACTOS__
 #include <typedefs.h>
+#else
+#include "windef.h"
+#include "winbase.h"
+#endif
+
 #include "widl.h"
 #include "utils.h"
 #include "parser.h"