Changeset 1885 for trunk/include/wprocess.h
- Timestamp:
- Nov 30, 1999, 3:19:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wprocess.h
r1222 r1885 1 /* $Id: wprocess.h,v 1. 9 1999-10-09 13:31:44sandervl Exp $ */1 /* $Id: wprocess.h,v 1.10 1999-11-30 14:19:02 sandervl Exp $ */ 2 2 /* 3 3 * Process help functions … … 15 15 16 16 #ifndef OS2_INCLUDED 17 #include <win process.h>17 #include <win\process.h> 18 18 #endif 19 19 #include <thread.h> … … 33 33 extern DWORD *TIBFlatPtr; 34 34 35 extern PDB ProcessPDB; 36 37 #define NtCurrentTeb GetThreadTEB 35 38 TEB *WIN32API GetThreadTEB(); 36 39 THDB *WIN32API GetThreadTHDB(); 37 40 41 inline PDB * WINE_UNUSED PROCESS_Current(void) 42 { 43 return NtCurrentTeb()->process; 44 } 45 38 46 #endif
Note:
See TracChangeset
for help on using the changeset viewer.