Changeset 10031 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Apr 23, 2003, 8:01:01 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r10013 r10031 1 /* $Id: win32wbase.cpp,v 1.36 6 2003-04-11 15:22:33sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.367 2003-04-23 18:00:59 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2361 2361 dwOldStyle = getStyle(); 2362 2362 2363 /* 2364 * SW_SHOWDEFAULT is an reference to the startup info wShowWindow member. 2365 */ 2366 if (nCmdShow == SW_SHOWDEFAULT) 2367 { 2368 nCmdShow = GetProcessDword(0, GPD_STARTF_SHOWWINDOW); 2369 dprintf(("ShowWindow: GetProcessDword(0, GPD_STARTF_SHOWWINDOW) -> %x", nCmdShow)); 2370 } 2371 2372 2363 2373 switch(nCmdShow) 2364 2374 {
Note:
See TracChangeset
for help on using the changeset viewer.