Bill Medland (medbi01@accpac.com) Ensure that debug.h can actually see the config settings before it uses them. Index: wine/include/wine/debug.h =================================================================== RCS file: /home/wine/wine/include/wine/debug.h,v retrieving revision 1.5 diff -u -r1.5 debug.h --- wine/include/wine/debug.h 5 Jul 2002 21:22:09 -0000 1.5 +++ wine/include/wine/debug.h 4 Dec 2002 04:52:22 -0000 @@ -23,6 +23,7 @@ #include <stdarg.h> #include "windef.h" +#include "config.h" #ifdef __cplusplus extern "C" {