André Hentschel : include: Add BS_PUSHBOX.

Alexandre Julliard julliard at winehq.org
Wed Nov 3 11:37:03 CDT 2010


Module: wine
Branch: master
Commit: b2e1c2defebfd8cdb66bbadb207a1e0267d4dd10
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b2e1c2defebfd8cdb66bbadb207a1e0267d4dd10

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Nov  2 19:52:39 2010 +0100

include: Add BS_PUSHBOX.

---

 include/winuser.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/winuser.h b/include/winuser.h
index 9d07ef6..154c8da 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -710,6 +710,7 @@ typedef struct tagWINDOWPLACEMENT
 #define BS_GROUPBOX            0x00000007L
 #define BS_USERBUTTON          0x00000008L
 #define BS_AUTORADIOBUTTON     0x00000009L
+#define BS_PUSHBOX             0x0000000AL
 #define BS_OWNERDRAW           0x0000000BL
 #define BS_TYPEMASK            0x0000000FL
 #define BS_LEFTTEXT            0x00000020L




More information about the wine-cvs mailing list