reactos/dll/win32/wuapi/precomp.h
2019-12-23 00:55:33 +01:00

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_ */