http://bugs.winehq.com/show_bug.cgi?id=1145
------- Additional Comments From winebug@flonet.net 2003-28-06 10:01 ------- 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-18 14:46 ------- Working on this...
------- Additional Comments From hughes2002@btinternet.com 2002-11-18 15:56 ------- Created an attachment (id=338) --> (http://bugs.winehq.com/attachment.cgi?id=338&action=view) Patch for ntdll
------- Additional Comments From dpaun@rogers.com 2002-11-21 00:15 ------- Patch committed: http://cvs.winehq.com/patch.py?id=6347
------- Additional Comments From dpaun@rogers.com 2002-11-21 00:15 ------- Patch committed, this one's done!