Rev | Line | |
---|
[130] | 1 | /* $Id: wprocess.h,v 1.4 1999-06-20 12:46:34 sandervl Exp $ */
|
---|
[124] | 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 |
|
---|
[130] | 14 | #define WIN32_TIBSEL
|
---|
[125] | 15 |
|
---|
[127] | 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);
|
---|
[124] | 24 | void DestroyTIB();
|
---|
| 25 |
|
---|
[127] | 26 | void WIN32API RestoreOS2TIB();
|
---|
| 27 | void WIN32API SetWin32TIB();
|
---|
| 28 |
|
---|
| 29 | extern BOOL fExeStarted;
|
---|
| 30 |
|
---|
[124] | 31 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.