[WUAPI] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-25 12:43:17 +01:00
parent ae27690742
commit 150fba8dff
11 changed files with 125 additions and 26 deletions

23
dll/win32/wuapi/precomp.h Normal file
View 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_ */