[VBSCRIPT] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / vbscript / precomp.h
1
2 #ifndef _VBSCRIPT_PRECOMP_H
3 #define _VBSCRIPT_PRECOMP_H
4
5 #include <assert.h>
6
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10
11 #include "vbscript.h"
12
13 #include <objsafe.h>
14
15 #include <wine/debug.h>
16
17 #include "parse.h"
18 #include "regexp.h"
19 #include "vbscript_defs.h"
20
21 #endif /* !_VBSCRIPT_PRECOMP_H */