- Added definitions for NtCurrentProcess and NtCurrentThread.

svn path=/trunk/; revision=8798
This commit is contained in:
David Welch 2004-03-19 21:33:48 +00:00
parent d0dca2b24f
commit 45dbc2f5d1

View file

@ -48,6 +48,12 @@ typedef PVOID POBJECT_TYPE_LIST;
typedef PVOID PEXECUTION_STATE;
typedef PVOID PLANGID;
#ifndef NtCurrentProcess
#define NtCurrentProcess() ( (HANDLE) 0xFFFFFFFF )
#endif /* NtCurrentProcess */
#ifndef NtCurrentThread
#define NtCurrentThread() ( (HANDLE) 0xFFFFFFFE )
#endif /* NtCurrentThread */
/* System information and control */