Changeset 10119 for trunk/src/user32/ctrlconf.h
- Timestamp:
- May 27, 2003, 11:46:30 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/ctrlconf.h
r9598 r10119 1 /* $Id: ctrlconf.h,v 1. 2 2003-01-03 16:35:51sandervl Exp $ */1 /* $Id: ctrlconf.h,v 1.3 2003-05-27 09:46:30 sandervl Exp $ */ 2 2 /* 3 3 * Win32 common controls … … 21 21 #define WIN_SuspendWndsLock() 0 22 22 #define WIN_RestoreWndsLock(ipreviousLock) 23 24 //Set the style of a window without sending WM_STYLECHANGING/ED messages 25 void WIN_SetStyle(HWND hwnd, DWORD dwStyle); 23 26 24 27 //WIN31 look only -> we don't use it
Note:
See TracChangeset
for help on using the changeset viewer.