Ignore:
Timestamp:
Sep 1, 2001, 2:47:13 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32class.cpp

    r6612 r6620  
    1 /* $Id: win32class.cpp,v 1.27 2001-08-31 19:45:50 phaller Exp $ */
     1/* $Id: win32class.cpp,v 1.28 2001-09-01 12:43:51 sandervl Exp $ */
    22/*
    33 * Win32 Window Class Managment Code for OS/2
     
    571571            SetLastError(ERROR_CLASS_HAS_WINDOWS);
    572572            return FALSE;
    573         }
    574    
    575         // 2001-08-31 PH
    576         // Note: RELEASE_CLASSOBJ sets the pointer to NULL,
    577         // and as delete verifies the object pointer to unequal NULL,
    578         // the destrutor is NEVER called, the class atom is NEVER released.
     573        }   
    579574        wndclass->markDeleted();
    580575        RELEASE_CLASSOBJ(wndclass);
Note: See TracChangeset for help on using the changeset viewer.