mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
21 lines
353 B
C
21 lines
353 B
C
|
|
#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_ */
|