mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:23:04 +00:00
[CSCRIPT][WSCRIPT] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
407c54bae3
commit
eae3333c2f
8 changed files with 79 additions and 42 deletions
21
base/applications/cmdutils/wscript/precomp.h
Normal file
21
base/applications/cmdutils/wscript/precomp.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
#ifndef _WSCRIPT_PRECOMP_H_
|
||||
#define _WSCRIPT_PRECOMP_H_
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COBJMACROS
|
||||
#define CONST_VTABLE
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <initguid.h>
|
||||
#include <ole2.h>
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include "wscript.h"
|
||||
|
||||
#endif /* !_WSCRIPT_PRECOMP_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue