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