Hello, this patch relates to bug #90 (it misses a separate bug report unlike the other conversions). There are few references to HMONITOR and switching it's declaration to DECLARE_HANDLE didn't introduced any warning, neither when compiled without -DSTRICT nor when compiled with it. Looked over the code where HMONITOR is used and didn't found a problem. License: LGPL, X11 Changelog: Michael Stefaniuc <mstefani@redhat.com> Convert HMONITOR to a void* bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199 System Administration Fax.: +49-711-96437-111 Red Hat GmbH Email: mstefani@redhat.com Hauptstaetterstr. 58 http://www.redhat.de/ D-70178 Stuttgart
Index: include/windef.h =================================================================== RCS file: /home/wine/wine/include/windef.h,v retrieving revision 1.64 diff -u -r1.64 windef.h --- include/windef.h 10 Jul 2002 23:20:49 -0000 1.64 +++ include/windef.h 17 Jul 2002 23:07:50 -0000 @@ -86,7 +86,7 @@ DECLARE_OLD_HANDLE(HKL); DECLARE_OLD_HANDLE(HMENU); DECLARE_OLD_HANDLE(HMETAFILE); -DECLARE_OLD_HANDLE(HMONITOR); +DECLARE_HANDLE(HMONITOR); DECLARE_OLD_HANDLE(HPALETTE); DECLARE_OLD_HANDLE(HPEN); DECLARE_OLD_HANDLE(HRGN);
Attachment:
pgp00011.pgp
Description: PGP signature