Changeset 606
- Timestamp:
 - Aug 21, 1999, 2:53:28 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/new/win32class.cpp (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/new/win32class.cpp
r372 r606 1 /* $Id: win32class.cpp,v 1. 5 1999-07-23 15:55:46 cbratschiExp $ */1 /* $Id: win32class.cpp,v 1.6 1999-08-21 12:53:28 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Managment Code for OS/2 … … 22 22 Win32WndClass::Win32WndClass(WNDCLASSEXA *wndclass, BOOL isUnicode) : GenericObject(&wndclasses, OBJTYPE_CLASS) 23 23 { 24 this->isUnicode = isUnicode; 25 24 26 if(HIWORD(wndclass->lpszClassName)) { 25 27 if(isUnicode) { … … 57 59 menuNameW = 0; 58 60 setMenuName((LPSTR)wndclass->lpszMenuName); 59 60 this->isUnicode = isUnicode;61 61 62 62 dprintf(("USER32: Win32Class ctor\n"));  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  