mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
23 lines
341 B
C
23 lines
341 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 <winnls.h>
|
|
#include <objsafe.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#include "parse.h"
|
|
#include "regexp.h"
|
|
#include "vbscript_defs.h"
|
|
|
|
#endif /* !_VBSCRIPT_PRECOMP_H */
|