Ignore:
Timestamp:
Jun 20, 1999, 2:46:34 PM (26 years ago)
Author:
sandervl
Message:

Activated Win32 TIB code and fixes some other things (see ChangeLog)

File:
1 edited

Legend:

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

    r126 r130  
    1 /* $Id: initterm.cpp,v 1.5 1999-06-20 10:55:36 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.6 1999-06-20 12:46:09 sandervl Exp $ */
    22
    33/*
     
    119119                return 0UL;
    120120
    121             rc = DosExitList(0x00002A00|EXLST_ADD, Win32DllExitList);
    122             if (rc)
    123                 return 0UL;
    124 
    125121            /* knut: check for high memory support */
    126122            rc = DosQuerySysInfo(QSV_VIRTUALADDRESSLIMIT, QSV_VIRTUALADDRESSLIMIT, &sysinfo, sizeof(sysinfo));
     
    150146static void APIENTRY cleanup(ULONG ulReason)
    151147{
    152     dprintf(("kernel32 exit\n"));
     148    dprintf(("kernel32 exit %d\n", ulReason));
    153149    _dump_allocated(10);    /*PLF Wed  98-03-18 23:55:07*/
    154150    DestroyTIB();
Note: See TracChangeset for help on using the changeset viewer.