Mark Harmstone : include: Add SM_CXPADDEDBORDER to winuser.h.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 9 11:07:40 CDT 2015


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

Author: Mark Harmstone <hellas at burntcomma.com>
Date:   Wed Apr  8 23:41:52 2015 +0100

include: Add SM_CXPADDEDBORDER to winuser.h.

---

 include/winuser.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/winuser.h b/include/winuser.h
index 3d9b937..e9804a9 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -982,6 +982,7 @@ WINUSERAPI BOOL     WINAPI SetSysColors(INT,const INT*,const COLORREF*);
 #define SM_SERVERR2           89
 #define SM_CMETRICS           90
 #define SM_MOUSEHORIZONTALWHEELPRESENT 91
+#define SM_CXPADDEDBORDER     92
 
 #define SM_REMOTESESSION        0x1000
 #define SM_SHUTTINGDOWN         0x2000




More information about the wine-cvs mailing list