Hello! Fix for initializing ppdebug variable in wpp.c. There may be a smarter way of doing it, but this one at least fixes it so that the compilation does not stop. Patch attached. Eleknader
--- wineoriginal/wine/tools/wpp/wpp.c 2002-08-28 01:29:26.000000000 +0300 +++ wine/tools/wpp/wpp.c 2002-12-19 15:00:56.000000000 +0200 @@ -28,6 +28,8 @@ #include "wpp_private.h" #include "wpp.h" +int ppdebug = 1; + static void add_special_defines(void) { time_t now = time(NULL);