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/include/wprocess.h

    r130 r281  
    1 /* $Id: wprocess.h,v 1.4 1999-06-20 12:46:34 sandervl Exp $ */
     1/* $Id: wprocess.h,v 1.5 1999-07-07 08:11:09 sandervl Exp $ */
    22/*
    33 * Process help functions
     
    2424void DestroyTIB();
    2525
    26 void WIN32API RestoreOS2TIB();
    27 void WIN32API SetWin32TIB();
     26void   WIN32API RestoreOS2TIB();
     27USHORT WIN32API SetWin32TIB();
    2828
    2929extern BOOL fExeStarted;
    3030
     31//Flat pointer to thread TIB structure
     32extern DWORD  *TIBFlatPtr;
     33
    3134#endif
Note: See TracChangeset for help on using the changeset viewer.