Changeset 2410 for trunk/src/user32/new/oslibwin.cpp
- Timestamp:
- Jan 11, 2000, 6:34:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.cpp
r2408 r2410 1 /* $Id: oslibwin.cpp,v 1.3 5 2000-01-11 13:52:18 sandervlExp $ */1 /* $Id: oslibwin.cpp,v 1.36 2000-01-11 17:34:43 cbratschi Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 26 26 #include "oslibgdi.h" 27 27 #include "pmwindow.h" 28 29 #define HAS_3DFRAME(exStyle) \30 ((exStyle & WS_EX_CLIENTEDGE_W) || (exStyle & WS_EX_STATICEDGE_W) || (exStyle & WS_EX_WINDOWEDGE_W))31 28 32 29 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.