Micro patch: reorder defines

Andreas Mohr andi at rhlx01.fht-esslingen.de
Mon Nov 15 08:44:26 CST 2004


Hi,

correct ordering of some defines.

Andreas Mohr
-------------- next part --------------
? dlls/shdocvw/version.res
? dlls/x11drv/wineclipsrv
Index: include/commctrl.h
===================================================================
RCS file: /home/wine/wine/include/commctrl.h,v
retrieving revision 1.139
diff -u -r1.139 commctrl.h
--- include/commctrl.h	6 Nov 2004 03:45:38 -0000	1.139
+++ include/commctrl.h	15 Nov 2004 14:41:42 -0000
@@ -2896,8 +2896,8 @@
 #define LVIF_DI_SETITEM         0x1000
 
 #define LVIR_BOUNDS             0x0000
-#define LVIR_LABEL              0x0002
 #define LVIR_ICON               0x0001
+#define LVIR_LABEL              0x0002
 #define LVIR_SELECTBOUNDS       0x0003
 
 #define LVIS_FOCUSED            0x0001


More information about the wine-patches mailing list