mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[WUAPI] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
ae27690742
commit
150fba8dff
11 changed files with 125 additions and 26 deletions
23
dll/win32/wuapi/precomp.h
Normal file
23
dll/win32/wuapi/precomp.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
#ifndef _WUAPI_PRECOMP_H_
|
||||
#define _WUAPI_PRECOMP_H_
|
||||
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <objbase.h>
|
||||
#include <wuapi.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "wuapi_private.h"
|
||||
|
||||
#endif /* !_WUAPI_PRECOMP_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue