Ignore:
Timestamp:
Nov 24, 1999, 8:33:34 PM (26 years ago)
Author:
sandervl
Message:

exe loader fixes + updates

File:
1 edited

Legend:

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

    r1670 r1833  
    1 /* $Id: winexebase.cpp,v 1.2 1999-11-09 19:22:32 sandervl Exp $ */
     1/* $Id: winexebase.cpp,v 1.3 1999-11-24 19:31:23 sandervl Exp $ */
    22
    33/*
     
    8282  tlsAttachThread();    //setup TLS (main thread)
    8383
    84   rc = ((WIN32EXEENTRY)entryPoint)();
     84  rc = ((WIN32EXEENTRY)entryPoint)(NULL);
    8585  RestoreOS2TIB();
    8686
Note: See TracChangeset for help on using the changeset viewer.