Module: wine Branch: master Commit: 4087669a4a9fb722551359725e31680c82e33732 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4087669a4a9fb722551359725e...
Author: Jesse Allen the3dfxdude@gmail.com Date: Wed Oct 18 13:21:02 2006 -0700
include: Fix out of place comment for DLGC_* codes.
---
include/winuser.h | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-)
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