Ignore:
Timestamp:
Jun 20, 1999, 12:58:16 PM (26 years ago)
Author:
sandervl
Message:

Win32 TIB changes (still inactive) & HMInitialize called from initterm.cpp instead of during winexe object creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/wprocess.h

    r125 r127  
    1 /* $Id: wprocess.h,v 1.2 1999-06-19 17:58:50 sandervl Exp $ */
     1/* $Id: wprocess.h,v 1.3 1999-06-20 10:58:16 sandervl Exp $ */
    22/*
    33 * Process help functions
     
    1414//#define WIN32_TIBSEL
    1515
    16 void InitializeTIB(BOOL fMainThread = FALSE);
     16#ifdef OS2_INCLUDED
     17typedef DWORD TEB;
     18#else
     19#include <winprocess.h>
     20#include <thread.h>
     21#endif
     22
     23TEB *InitializeTIB(BOOL fMainThread = FALSE);
    1724void DestroyTIB();
    1825
     26void WIN32API RestoreOS2TIB();
     27void WIN32API SetWin32TIB();
     28
     29extern BOOL fExeStarted;
     30
    1931#endif
Note: See TracChangeset for help on using the changeset viewer.