Changeset 1344 for trunk/include/winconst.h
- Timestamp:
- Oct 17, 1999, 9:33:01 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r1067 r1344 1 /* $Id: winconst.h,v 1.1 0 1999-09-26 22:24:51 sandervlExp $ */1 /* $Id: winconst.h,v 1.11 1999-10-17 19:30:51 cbratschi Exp $ */ 2 2 3 3 /* … … 90 90 #define WS_MINIMIZEBOX_W 0x00020000L 91 91 #define WS_MAXIMIZEBOX_W 0x00010000L 92 #define WS_TILED_W WS_OVERLAPPED_W 93 #define WS_ICONIC_W WS_MINIMIZE_W 94 #define WS_SIZEBOX_W WS_THICKFRAME_W 95 #define WS_OVERLAPPEDWINDOW_W (WS_OVERLAPPED_W | WS_CAPTION_W | WS_SYSMENU_W | WS_THICKFRAME_W| WS_MINIMIZEBOX_W | WS_MAXIMIZEBOX_W) 96 #define WS_POPUPWINDOW_W (WS_POPUP_W | WS_BORDER_W | WS_SYSMENU_W) 97 #define WS_CHILDWINDOW_W (WS_CHILD_W) 98 #define WS_TILEDWINDOW_W (WS_OVERLAPPEDWINDOW_W) 92 99 93 100 /* Window extended styles */
Note:
See TracChangeset
for help on using the changeset viewer.