mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
22 lines
308 B
C
22 lines
308 B
C
|
|
||
|
#ifndef _WUAPI_PRECOMP_H_
|
||
|
#define _WUAPI_PRECOMP_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_ */
|