Ignore:
Timestamp:
Oct 28, 1999, 2:01:12 PM (26 years ago)
Author:
sandervl
Message:

misc changes

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:09 sandervl Exp $ */
     1/* $Id: win32class.cpp,v 1.4 1999-10-28 12:00:34 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    123123Win32WndClass::~Win32WndClass()
    124124{
    125   if(classNameA && (windowStyle & CS_GLOBALCLASS)) {
     125  //SvL: Don't delete global classes
     126  if(classNameA && !(windowStyle & CS_GLOBALCLASS)) {
    126127        GlobalDeleteAtom(classAtom);
    127128  }
Note: See TracChangeset for help on using the changeset viewer.