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

    r1874 r2649  
    1 /* $Id: initterm.cpp,v 1.2 1999-11-29 00:11:47 bird Exp $ */
     1/* $Id: initterm.cpp,v 1.3 2000-02-05 02:05:37 sandervl Exp $ */
    22
    33/*
     
    3333#include <odin.h>
    3434#include <misc.h>       /*PLF Wed  98-03-18 23:18:15*/
     35#include <exitlist.h>
    3536
    3637extern "C" {
     
    9798         /*******************************************************************/
    9899
    99          rc = DosExitList(0x0000FF00|EXLST_ADD, cleanup);
     100         rc = DosExitList(EXITLIST_ODINCRT|EXLST_ADD, cleanup);
    100101         if(rc)
    101102                return 0UL;
Note: See TracChangeset for help on using the changeset viewer.