mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:11:42 +00:00
[VBSCRIPT] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
79d934d0a1
commit
9f8faabac0
20 changed files with 481 additions and 411 deletions
21
dll/win32/vbscript/precomp.h
Normal file
21
dll/win32/vbscript/precomp.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
#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 */
|
Loading…
Add table
Add a link
Reference in a new issue