[NETAPI32] Implement NetLogonGetTimeServiceParentDomain
[reactos.git] / dll / win32 / sxs / precomp.h
1
2 #ifndef _SXS_PRECOMP_H_
3 #define _SXS_PRECOMP_H_
4
5 #include <stdarg.h>
6
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10
11 #define COBJMACROS
12
13 #include <windef.h>
14 #include <winbase.h>
15 #include <objbase.h>
16 #include <winsxs.h>
17
18 #include <wine/debug.h>
19 #include <wine/unicode.h>
20
21 #include "sxs_private.h"
22
23 #endif /* !_SXS_PRECOMP_H_ */