Changeset 9598 for trunk/src/user32/ctrlconf.h
- Timestamp:
- Jan 3, 2003, 5:35:58 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/ctrlconf.h
r9523 r9598 1 /* $Id: ctrlconf.h,v 1. 1 2002-12-18 12:28:02sandervl Exp $ */1 /* $Id: ctrlconf.h,v 1.2 2003-01-03 16:35:51 sandervl Exp $ */ 2 2 /* 3 3 * Win32 common controls … … 9 9 10 10 #include "wndmsg.h" 11 #include "win32wmisc.h" 11 12 12 13 #define SPY_GetMsgName(msg, hwnd) GetMsgText(msg) … … 20 21 #define WIN_SuspendWndsLock() 0 21 22 #define WIN_RestoreWndsLock(ipreviousLock) 23 24 //WIN31 look only -> we don't use it 25 #define NC_DrawSysButton(hwnd, hdc, state) 26 22 27 23 28 #define LOCAL_Alloc(ds, flags, size) 0 … … 61 66 extern const struct builtin_class_descr EDIT_builtin_class; 62 67 extern const struct builtin_class_descr MDICLIENT_builtin_class; 68 extern const struct builtin_class_descr SCROLL_builtin_class; 69 extern const struct builtin_class_descr MENU_builtin_class; 63 70 64 71 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.