mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Added definitions for NtCurrentProcess and NtCurrentThread.
svn path=/trunk/; revision=8798
This commit is contained in:
parent
d0dca2b24f
commit
45dbc2f5d1
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ typedef PVOID POBJECT_TYPE_LIST;
|
||||||
typedef PVOID PEXECUTION_STATE;
|
typedef PVOID PEXECUTION_STATE;
|
||||||
typedef PVOID PLANGID;
|
typedef PVOID PLANGID;
|
||||||
|
|
||||||
|
#ifndef NtCurrentProcess
|
||||||
|
#define NtCurrentProcess() ( (HANDLE) 0xFFFFFFFF )
|
||||||
|
#endif /* NtCurrentProcess */
|
||||||
|
#ifndef NtCurrentThread
|
||||||
|
#define NtCurrentThread() ( (HANDLE) 0xFFFFFFFE )
|
||||||
|
#endif /* NtCurrentThread */
|
||||||
|
|
||||||
/* System information and control */
|
/* System information and control */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue