projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[CSCRIPT][WSCRIPT] Sync with Wine Staging 3.3. CORE-14434
[reactos.git]
/
base
/
applications
/
cmdutils
/
wscript
/
precomp.h
1
2
#ifndef _WSCRIPT_PRECOMP_H_
3
#define _WSCRIPT_PRECOMP_H_
4
5
#include <stdarg.h>
6
7
#define WIN32_NO_STATUS
8
#define _INC_WINDOWS
9
#define COBJMACROS
10
#define CONST_VTABLE
11
12
#include <windef.h>
13
#include <winbase.h>
14
#include <initguid.h>
15
#include <ole2.h>
16
#include <wine/debug.h>
17
#include <wine/unicode.h>
18
19
#include
"wscript.h"
20
21
#endif
/* !_WSCRIPT_PRECOMP_H_ */