1 2 #ifndef _WINHELP_PRECOMP_H_ 3 #define _WINHELP_PRECOMP_H_ 4 5 #include <assert.h> 6 #include <stdio.h> 7 8 #define NONAMELESSUNION 9 #define NONAMELESSSTRUCT 10 11 #include <windows.h> 12 13 #include <wine/debug.h> 14 15 #include "winhelp.h" 16 #include "hlpfile.h" 17 #include "macro.h" 18 #include "winhelp_res.h" 19 20 #endif /* !_WINHELP_PRECOMP_H_ */ 21