Ignore:
Timestamp:
Jul 7, 1999, 10:11:58 AM (26 years ago)
Author:
sandervl
Message:

Major changes in PE2LX/KERNEL32 for TLS support. DLL VERSION INCREASED TO 3 AS THIS CHANGE MAKES IT INCOMPATIBLE WITH APPS CONVERTED WITH PREVIOUS VERSION OF PE2LX (OR WIN32K)

File:
1 edited

Legend:

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

    r126 r281  
    1 /* $Id: winexe.cpp,v 1.7 1999-06-20 10:55:36 sandervl Exp $ */
     1/* $Id: winexe.cpp,v 1.8 1999-07-07 08:11:10 sandervl Exp $ */
    22
    33/*
     
    8787
    8888  fExeStarted  = TRUE;
     89
     90  //Allocate TLS index for this module
     91  tlsAlloc();
     92  tlsAttachThread();    //setup TLS (main thread)
     93
    8994  SetWin32TIB();
    9095  rc = ((WIN32EXEENTRY)entryPoint)();
Note: See TracChangeset for help on using the changeset viewer.