include: fix out of place comment for DLGC_* codes

Jesse Allen the3dfxdude at gmail.com
Wed Oct 18 15:21:02 CDT 2006



diff --git a/include/winuser.h b/include/winuser.h
index 3d4795b..62ad63d 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -961,10 +961,6 @@ #define SM_CARETBLINKINGENABLED 0x2002
 #define PMB_ACTIVE      0x00000001
 
 /* Messages */
-
-  /* WM_GETDLGCODE values */
-
-
 #define WM_NULL                 0x0000
 #define WM_CREATE               0x0001
 #define WM_DESTROY              0x0002
@@ -1310,6 +1306,7 @@ #define MWMO_WAITALL         0x0001
 #define MWMO_ALERTABLE       0x0002
 #define MWMO_INPUTAVAILABLE  0x0004
 
+/* WM_GETDLGCODE values */
 #define DLGC_WANTARROWS      0x0001
 #define DLGC_WANTTAB         0x0002
 #define DLGC_WANTALLKEYS     0x0004



More information about the wine-patches mailing list