ReactOS 0.4.17-dev-470-gf9e3448
precomp.h
Go to the documentation of this file.
1
2#ifndef _VBSCRIPT_PRECOMP_H
3#define _VBSCRIPT_PRECOMP_H
4
5#include <assert.h>
6
7#define WIN32_NO_STATUS
8#define _INC_WINDOWS
9#define COM_NO_WINDOWS_H
10
11#include "vbscript.h"
12
13#include <winnls.h>
14#include <objsafe.h>
15
16#include <wine/debug.h>
17
18#include "parse.h"
19#include "regexp.h"
20#include "vbscript_defs.h"
21
22#endif /* !_VBSCRIPT_PRECOMP_H */