PATCH: commctrl.h tag

Juraj Hercek juraj at syncad.com
Tue Apr 8 03:45:33 CDT 2003


ChangeLog:

Juraj Hercek <juraj at syncad.com>
* include/commctrl.h:
  Some OWL NExt classes derive from NMLVDISPINFO structure, we need to 
define tagLVDISPINFO in order to compile OWL.
-------------- next part --------------
Index: include/commctrl.h
===================================================================
RCS file: /home/wine/wine/include/commctrl.h,v
retrieving revision 1.104
diff -u -r1.104 commctrl.h
--- include/commctrl.h	11 Feb 2003 22:15:22 -0000	1.104
+++ include/commctrl.h	8 Apr 2003 08:22:11 -0000
@@ -3083,6 +3083,8 @@
     LVITEMW item;
 } NMLVDISPINFOW, *LPNMLVDISPINFOW;
 
+#define tagLVDISPINFO WINELIB_NAME_AW(tagLVDISPINFO)
+
 #define NMLVDISPINFO   WINELIB_NAME_AW(NMLVDISPINFO)
 #define LPNMLVDISPINFO WINELIB_NAME_AW(LPNMLVDISPINFO)
 


More information about the wine-patches mailing list