Changeset 1425 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 24, 1999, 1:05:05 AM (26 years ago)
- Location:
- trunk/src/user32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32
-
Property svn:ignore
set to
user32.lrf
user32exp.def
resource.asm
-
Property svn:ignore
set to
-
trunk/src/user32/win32wbase.cpp
r1418 r1425 1 /* $Id: win32wbase.cpp,v 1.6 1 1999-10-23 16:45:23 cbratschiExp $ */1 /* $Id: win32wbase.cpp,v 1.62 1999-10-23 23:04:38 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 633 633 if ((dwStyle & (WS_CAPTION | WS_CHILD)) == WS_CAPTION ) 634 634 { 635 if (cs->hMenu) SetMenu(cs->hMenu); 636 else 637 { 635 if (cs->hMenu) { 636 SetMenu(cs->hMenu); 637 } 638 else { 638 639 if (windowClass->getMenuNameA()) { 639 640 cs->hMenu = LoadMenuA(cs->hInstance, windowClass->getMenuNameA());
Note:
See TracChangeset
for help on using the changeset viewer.