[NTOSKRNL] Drop the useless Timestamp field
[reactos.git] / dll / win32 / wbemprox / precomp.h
1
2 #ifndef _WBEMPROX_PRECOMP_H_
3 #define _WBEMPROX_PRECOMP_H_
4
5 #include <wine/config.h>
6
7 #include <stdarg.h>
8
9 #define _INC_WINDOWS
10 #define COM_NO_WINDOWS_H
11
12 #define COBJMACROS
13 #define NONAMELESSUNION
14 #define NONAMELESSSTRUCT
15
16 #include <ntstatus.h>
17 #define WIN32_NO_STATUS
18 #include <windef.h>
19 #include <winbase.h>
20 #include <winuser.h>
21 #include <winsvc.h>
22 #include <objbase.h>
23 #include <oleauto.h>
24 #include <wbemcli.h>
25
26 #include "wbemprox_private.h"
27
28 #endif /* !_WBEMPROX_PRECOMP_H_ */