|
Last change
on this file since 129 was 127, checked in by sandervl, 26 years ago |
|
Win32 TIB changes (still inactive) & HMInitialize called from initterm.cpp instead of during winexe object creation
|
|
File size:
534 bytes
|
| Line | |
|---|
| 1 | /* $Id: wprocess.h,v 1.3 1999-06-20 10:58:16 sandervl Exp $ */
|
|---|
| 2 | /*
|
|---|
| 3 | * Process help functions
|
|---|
| 4 | *
|
|---|
| 5 | * Copyright (C) 1999 Sander van Leeuwen
|
|---|
| 6 | *
|
|---|
| 7 | * Project Odin Software License can be found in LICENSE.TXT
|
|---|
| 8 | *
|
|---|
| 9 | */
|
|---|
| 10 |
|
|---|
| 11 | #ifndef _WPROCESS_H__
|
|---|
| 12 | #define _WPROCESS_H__
|
|---|
| 13 |
|
|---|
| 14 | //#define WIN32_TIBSEL
|
|---|
| 15 |
|
|---|
| 16 | #ifdef OS2_INCLUDED
|
|---|
| 17 | typedef DWORD TEB;
|
|---|
| 18 | #else
|
|---|
| 19 | #include <winprocess.h>
|
|---|
| 20 | #include <thread.h>
|
|---|
| 21 | #endif
|
|---|
| 22 |
|
|---|
| 23 | TEB *InitializeTIB(BOOL fMainThread = FALSE);
|
|---|
| 24 | void DestroyTIB();
|
|---|
| 25 |
|
|---|
| 26 | void WIN32API RestoreOS2TIB();
|
|---|
| 27 | void WIN32API SetWin32TIB();
|
|---|
| 28 |
|
|---|
| 29 | extern BOOL fExeStarted;
|
|---|
| 30 |
|
|---|
| 31 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.