- Timestamp:
- Jan 10, 2001, 9:39:15 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r4848 r4925 1 /* $Id: win32wbase.h,v 1.10 2 2000-12-29 18:40:00sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.103 2001-01-10 20:39:15 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 69 69 #define HAS_THICKFRAME(style,exStyle) \ 70 70 (((style) & WS_THICKFRAME) && \ 71 !(((style) & (WS_DLGFRAME|WS_BORDER)) == WS_DLGFRAME)) 72 #if 0 73 (((style) & WS_THICKFRAME) && \ 71 74 !((exStyle) & WS_EX_DLGMODALFRAME) && \ 72 75 !((style) & WS_CHILD)) 76 #endif 73 77 74 78 #define HAS_THINFRAME(style) \
Note:
See TracChangeset
for help on using the changeset viewer.