Changeset 2649 for trunk/src/odincrt


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

Rewrote dll entrypoint

Location:
trunk/src/odincrt
Files:
2 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;
  • trunk/src/odincrt/makefile

    r2178 r2649  
    1 # $Id: makefile,v 1.13 1999-12-21 12:28:07 sandervl Exp $
     1# $Id: makefile,v 1.14 2000-02-05 02:05:38 sandervl Exp $
    22
    33#
     
    3838        $(CP) $@ $(PDWIN32_LIB)
    3939
    40 initterm.obj: initterm.cpp
     40initterm.obj: initterm.cpp $(PDWIN32_INCLUDE)\exitlist.h
    4141
    4242string.obj: string.cpp
Note: See TracChangeset for help on using the changeset viewer.