reactos/dll/win32/vbscript/precomp.h

22 lines
321 B
C
Raw Normal View History

#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 */