Ignore:
Timestamp:
Jun 20, 1999, 4:02:13 PM (26 years ago)
Author:
sandervl
Message:

Comctl32 crash on exit fix + user32 bugfix for winhlp32 changed to be similar to Wine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/initterm.cpp

    r120 r131  
    1 /* $Id: initterm.cpp,v 1.3 1999-06-19 10:54:38 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.4 1999-06-20 14:02:12 sandervl Exp $ */
    22/*
    33 * COMDLG32 DLL entry point
     
    110110         break;
    111111      case 1 :
    112          /* unregister Win32 window classes */
    113          UnregisterCOMCTL32WindowClasses();
    114112         break;
    115113      default  :
     
    126124static void APIENTRY cleanup(ULONG ulReason)
    127125{
     126   /* unregister Win32 window classes */
     127   UnregisterCOMCTL32WindowClasses();
     128
    128129   _ctordtorTerm();
    129130   CRT_term();
Note: See TracChangeset for help on using the changeset viewer.