reactos/dll/win32/vbscript/precomp.h
2018-03-24 13:09:01 +01:00

22 lines
321 B
C

#ifndef _VBSCRIPT_PRECOMP_H
#define _VBSCRIPT_PRECOMP_H
#include <assert.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include "vbscript.h"
#include <objsafe.h>
#include <wine/debug.h>
#include "parse.h"
#include "regexp.h"
#include "vbscript_defs.h"
#endif /* !_VBSCRIPT_PRECOMP_H */