xref: /reactos/dll/win32/wshom.ocx/precomp.h (revision aad80191)
1 
2 #ifndef _WSHOM_PRECOMP_H_
3 #define _WSHOM_PRECOMP_H_
4 
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 
8 #include "wshom_private.h"
9 
10 #include <wshom.h>
11 #include <ocidl.h>
12 
13 #include <wine/debug.h>
14 
15 #endif /* !_WSHOM_PRECOMP_H_ */
16