Changeset 2857 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Feb 22, 2000, 6:07:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r2803 r2857 1 /* $Id: win32dlg.cpp,v 1.4 4 2000-02-16 14:28:22 sandervlExp $ */1 /* $Id: win32dlg.cpp,v 1.45 2000-02-22 17:07:41 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 25 25 #include "syscolor.h" 26 26 27 #define DBG_LOCALLOG 27 #define DBG_LOCALLOG DBG_win32dlg 28 28 #include "dbglocal.h" 29 29 … … 162 162 cs.cy = rect.bottom; 163 163 cs.style = dlgInfo.style & ~WS_VISIBLE; 164 164 165 if(!isUnicode) { 165 166 if(dlgInfo.caption) { … … 177 178 } 178 179 cs.dwExStyle = dlgInfo.exStyle; 180 if (dlgInfo.style & DS_CONTEXTHELP) cs.dwExStyle |= WS_EX_CONTEXTHELP; 179 181 180 182 fIsDialog = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.