[TASKMGR] Process page: Allow using "Open File Location" functionality without runnin...
[reactos.git] / dll / win32 / sxs / precomp.h
1
2 #ifndef _SXS_PRECOMP_H_
3 #define _SXS_PRECOMP_H_
4
5 #include <stdarg.h>
6 #include <wchar.h>
7
8 #define WIN32_NO_STATUS
9 #define _INC_WINDOWS
10 #define COM_NO_WINDOWS_H
11
12 #define COBJMACROS
13
14 #include <windef.h>
15 #include <winbase.h>
16 #include <objbase.h>
17 #include <winsxs.h>
18
19 #include <wine/debug.h>
20
21 #include "sxs_private.h"
22
23 #endif /* !_SXS_PRECOMP_H_ */