Ignore:
Timestamp:
Feb 5, 2000, 3:12:20 AM (26 years ago)
Author:
sandervl
Message:

Rewrote dll entrypoint

File:
1 edited

Legend:

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

    r2513 r2649  
    1 /* $Id: initterm.cpp,v 1.33 2000-01-25 20:27:16 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.34 2000-02-05 02:01:04 sandervl Exp $ */
    22
    33/*
     
    4848#include <windllbase.h>
    4949#include "initsystem.h"
     50#include <exitlist.h>
    5051
    5152/*-------------------------------------------------------------------*/
     
    129130            /*******************************************************************/
    130131
    131             rc = DosExitList(0x0000F000|EXLST_ADD, cleanup);
     132            rc = DosExitList(EXITLIST_KERNEL32|EXLST_ADD, cleanup);
    132133            if (rc)
    133134                return 0UL;
Note: See TracChangeset for help on using the changeset viewer.