http://bugs.winehq.com/show_bug.cgi?id=1150
------- Additional Comments From winebug@flonet.net 2003-28-06 09:52 ------- Bug comments restored from Gmane.org:
To make this dll compile with -DSTRICT do the following: - remove -DWINE_NO_STRICT from the dll's Makefile.in and regenerate the Makefile - do a make clean in that dll - do a make and fix all warnings, even the "int format, HANDLE arg" warnings. To fix wrong handle conversions, use the tips given in bug 90.
------- Additional Comments From hughes2002@btinternet.com 2002-11-15 20:05 ------- Created an attachment (id=333) --> (http://bugs.winehq.com/attachment.cgi?id=333&action=view) Patch for colordlg.c and cdlg32.c - more to follow (hope these are okay - this is my first time hacking on Wine)
------- Additional Comments From hughes2002@btinternet.com 2002-11-16 20:04 ------- Created an attachment (id=334) --> (http://bugs.winehq.com/attachment.cgi?id=334&action=view) Full patch for commdlg (hope this is okay - this is my first time hacking on Wine)
------- Additional Comments From fgouget@codeweavers.com 2002-11-16 20:15 ------- Cool. The best is to send it to wine-patches (or wine-dev) to give it more exposure and get more comments.
------- Additional Comments From dpaun@rogers.com 2002-11-21 18:12 ------- Patch submitted.
------ Additional Comments From dpaun@rogers.com 2002-11-21 18:13 ------- Patch: http://cvs.winehq.com/patch.py?id=6363