mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:45:50 +00:00
[PROPSYS] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
94e293b6fd
commit
3e3d28dfef
8 changed files with 99 additions and 37 deletions
26
dll/win32/propsys/precomp.h
Normal file
26
dll/win32/propsys/precomp.h
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
#ifndef _PROPSYS_PRECOMP_H_
|
||||
#define _PROPSYS_PRECOMP_H_
|
||||
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#define COBJMACROS
|
||||
#define NONAMELESSUNION
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <objbase.h>
|
||||
#include <propsys.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include "propsys_private.h"
|
||||
|
||||
#endif /* !_PROPSYS_PRECOMP_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue