http://bugs.winehq.com/show_bug.cgi?id=508
*** shadow/508 Sun Jun 9 11:50:13 2002 --- shadow/508.tmp.4845 Sun Jun 9 19:36:39 2002 *************** *** 33,35 **** --- 33,47 ---- whole slew of traces to fix: %d -> %p. IOW, lots of work to do.
+ + + ------- Additional Comments From fgouget@codeweavers.com 2002-06-09 19:36 ------- + Some further elements of the plan: the plan is to first make progress on the + compilation errors by changing the code that uses HANDLES as indexes so that it + (hopefully) works in both STRICT and non-STRICT mode. To make it easier to work + the idea would be to further disable the %d/%p mismatch warning by disabling + them, by locally (i.e. not in CVS) redefining __WINE_PRINTF_ATTR in + 'include/wine/debug.h'. + Once Wine compiles with a void* HANDLE, then we can write a perl script that + parses the compilation log and automatically fixes the %d/%p warnings. Then + Alexandre can make one huge CVS commit.