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/KERNEL32.DEF

    r263 r281  
    1 ; $Id: KERNEL32.DEF,v 1.15 1999-07-04 11:44:03 sandervl Exp $
     1; $Id: KERNEL32.DEF,v 1.16 1999-07-07 08:11:09 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    932932
    933933;Used by tibfix page in exe (change ordinal in lx.cpp too!!)
    934     RegisterResourceUsage         = _RegisterResourceUsage@20      @1203
     934    RegisterExe                   = _RegisterExe@48                @1203
    935935;VMutex
    936936   enter__6VMutexFUl                                               @1204
     
    939939   __dt__6VMutexFv                                                 @1207
    940940;Used by tibfix page in dll (change ordinal in lx.cpp too!!)
    941     DLLExitList                   = _DLLExitList@4                 @1208
    942     RegisterDll                   = _RegisterDll@20                @1209
     941;;;    DLLExitList                   = _DLLExitList@4                 @1208
     942    RegisterDll                   = _RegisterDll@48                @1209
    943943;Unicode
    944944   UnicodeToAsciiString = _UnicodeToAsciiString@4                  @1210
Note: See TracChangeset for help on using the changeset viewer.