mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
21 lines
321 B
C
21 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 */
|