Changeset 1887 for trunk/include/wprocess.h
- Timestamp:
- Nov 30, 1999, 3:32:50 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wprocess.h
r1885 r1887 1 /* $Id: wprocess.h,v 1.1 0 1999-11-30 14:19:02sandervl Exp $ */1 /* $Id: wprocess.h,v 1.11 1999-11-30 14:32:50 sandervl Exp $ */ 2 2 /* 3 3 * Process help functions … … 15 15 16 16 #ifndef OS2_INCLUDED 17 #include <win\process.h> 17 #include <winprocess.h> 18 #else 19 typedef ULONG PDB; 18 20 #endif 19 21 #include <thread.h> … … 39 41 THDB *WIN32API GetThreadTHDB(); 40 42 41 inline PDB * WINE_UNUSED PROCESS_Current(void) 43 #ifndef OS2_INCLUDED 44 inline PDB * PROCESS_Current(void) 42 45 { 43 46 return NtCurrentTeb()->process; 44 47 } 48 #endif 45 49 46 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.