Changeset 2033 for trunk/src/user32/win32wmdichild.cpp
- Timestamp:
- Dec 9, 1999, 1:54:05 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wmdichild.cpp
r1513 r2033 1 /* $Id: win32wmdichild.cpp,v 1. 9 1999-10-30 09:19:46sandervl Exp $ */1 /* $Id: win32wmdichild.cpp,v 1.10 1999-12-09 00:53:38 sandervl Exp $ */ 2 2 /* 3 3 * Win32 MDI Child Window Class for OS/2 … … 43 43 //****************************************************************************** 44 44 //****************************************************************************** 45 Win32MDIChildWindow::Win32MDIChildWindow(CREATESTRUCTA *lpCreateStructA, ATOM classAtom, BOOL isUnicode)45 Win32MDIChildWindow::Win32MDIChildWindow(CREATESTRUCTA *lpCreateStructA, ATOM classAtom, BOOL fUnicode) 46 46 : Win32BaseWindow(OBJTYPE_WINDOW) 47 47 { 48 this->isUnicode = isUnicode;48 isUnicode = fUnicode; 49 49 CreateWindowExA(lpCreateStructA, classAtom); 50 50 }
Note:
See TracChangeset
for help on using the changeset viewer.