Changeset 1433 for trunk/src/user32/win32wmdiclient.cpp
- Timestamp:
- Oct 25, 1999, 12:56:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdiclient.cpp
r1429 r1433 1 /* $Id: win32wmdiclient.cpp,v 1. 9 1999-10-24 12:30:29sandervl Exp $ */1 /* $Id: win32wmdiclient.cpp,v 1.10 1999-10-24 22:56:10 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Client Window Class for OS/2 … … 943 943 WNDCLASSA wndClass; 944 944 945 if (GlobalFindAtomA(MDICLIENTCLASSNAMEA)) return FALSE; 945 //SvL: Don't check this now 946 // if (GlobalFindAtomA(MDICLIENTCLASSNAMEA)) return FALSE; 946 947 947 948 ZeroMemory(&wndClass,sizeof(WNDCLASSA));
Note:
See TracChangeset
for help on using the changeset viewer.