Changeset 1490 for trunk/src/user32/win32class.cpp
- Timestamp:
- Oct 28, 1999, 2:01:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32class.cpp
r1433 r1490 1 /* $Id: win32class.cpp,v 1. 3 1999-10-24 22:56:09sandervl Exp $ */1 /* $Id: win32class.cpp,v 1.4 1999-10-28 12:00:34 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Managment Code for OS/2 … … 123 123 Win32WndClass::~Win32WndClass() 124 124 { 125 if(classNameA && (windowStyle & CS_GLOBALCLASS)) { 125 //SvL: Don't delete global classes 126 if(classNameA && !(windowStyle & CS_GLOBALCLASS)) { 126 127 GlobalDeleteAtom(classAtom); 127 128 }
Note:
See TracChangeset
for help on using the changeset viewer.