Changeset 1433 for trunk/src/user32/win32wmdichild.cpp
- Timestamp:
- Oct 25, 1999, 12:56:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdichild.cpp
r1429 r1433 1 /* $Id: win32wmdichild.cpp,v 1. 6 1999-10-24 12:30:28sandervl Exp $ */1 /* $Id: win32wmdichild.cpp,v 1.7 1999-10-24 22:56:10 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Child Window Class for OS/2 … … 350 350 if (!(classAtom = (client->IsUnicode() ? GlobalFindAtomW((LPWSTR)cs->szClass) : 351 351 GlobalFindAtomA(cs->szClass)))) 352 352 353 { 353 354 if (!HIWORD(cs->szClass))
Note:
See TracChangeset
for help on using the changeset viewer.