xref: /reactos/dll/win32/shdocvw/precomp.h (revision 1734f297)
1 
2 #ifndef _SHDOCVW_PRECOMP_H
3 #define _SHDOCVW_PRECOMP_H
4 
5 #define WIN32_NO_STATUS
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8 
9 #include "shdocvw.h"
10 
11 #include <winreg.h>
12 
13 #include <wine/debug.h>
14 
15 #endif /* !_SHDOCVW_PRECOMP_H */
16