xref: /reactos/dll/win32/imagehlp/precomp.h (revision 4561998a)
1 
2 #ifndef _IMAGEHLP_PCH_
3 #define _IMAGEHLP_PCH_
4 
5 #include <stdarg.h>
6 
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9 
10 #include <windef.h>
11 #include <winbase.h>
12 #include <imagehlp.h>
13 
14 #include <wine/debug.h>
15 
16 #endif /* !_IMAGEHLP_PCH_ */
17