[IMAGEHLP] Sync with Wine Staging 1.7.55. CORE-10536
[reactos.git] / reactos / dll / win32 / imagehlp / precomp.h
1 #ifndef _IMAGEHLP_PCH_
2 #define _IMAGEHLP_PCH_
3
4 #include <stdarg.h>
5
6 #define _INC_WINDOWS
7 #define COM_NO_WINDOWS_H
8
9 #include <windef.h>
10 #include <winbase.h>
11 #include <imagehlp.h>
12
13 #include <wine/debug.h>
14 WINE_DEFAULT_DEBUG_CHANNEL(imagehlp);
15
16 #endif /* _IMAGEHLP_PCH_ */