mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
24 lines
334 B
C
24 lines
334 B
C
|
|
||
|
#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_ */
|