http://bugs.winehq.com/show_bug.cgi?id=90
------- Additional Comments From mstefani@redhat.com 2002-10-21 16:38 ------- Well keep it until the whole wine compiles with "-DSTRICT" turned on (that means until no -DWINE_NO_STRICT remains in any dll). I've closed all remaining "Convert $handle to a void*" bug reports but we need to open now a bug for every dll that defines WINE_NO_STRICT.
To make a 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 this bug report before.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=90. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.