This one is real simple... ChangeLog Remove non-standard header includes from dbghelp.h Index: include/dbghelp.h =================================================================== RCS file: /var/cvs/wine/include/dbghelp.h,v retrieving revision 1.3 diff -u -r1.3 dbghelp.h --- include/dbghelp.h 2 Sep 2003 18:16:22 -0000 1.3 +++ include/dbghelp.h 4 Sep 2003 03:12:50 -0000 @@ -21,10 +21,6 @@ #ifndef __WINE_DBGHELP_H #define __WINE_DBGHELP_H -#include <windef.h> -#include <winbase.h> -#include <ver.h> - #ifdef __cplusplus extern "C" { #endif /* defined(__cplusplus) */ -- Dimi.