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/user32/initterm.cpp

    r2582 r2649  
    1 /* $Id: initterm.cpp,v 1.19 2000-01-31 22:30:51 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.20 2000-02-05 02:12:20 sandervl Exp $ */
    22
    33/*
     
    4242#include "syscolor.h"
    4343#include "initterm.h"
     44#include <exitlist.h>
    4445
    4546/*-------------------------------------------------------------------*/
     
    9697         /*******************************************************************/
    9798
    98          rc = DosExitList(0x00008000|EXLST_ADD, cleanup);
     99         rc = DosExitList(EXITLIST_USER32|EXLST_ADD, cleanup);
    99100         if(rc)
    100101                return 0UL;
Note: See TracChangeset for help on using the changeset viewer.