mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
- Fix _PsProcessType for MSVC compilation.
svn path=/trunk/; revision=25364
This commit is contained in:
@@ -381,7 +381,7 @@ extern PVOID PspSystemDllBase;
|
||||
extern BOOLEAN PspUseJobSchedulingClasses;
|
||||
extern CHAR PspJobSchedulingClasses[PSP_JOB_SCHEDULING_CLASSES];
|
||||
extern ULONG PsRawPrioritySeparation;
|
||||
extern POBJECT_TYPE _PsThreadType;
|
||||
extern POBJECT_TYPE _PsThreadType, _PsProcessType;
|
||||
extern PTOKEN PspBootAccessToken;
|
||||
extern GENERIC_MAPPING PspJobMapping;
|
||||
extern POBJECT_TYPE PsJobType;
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
//
|
||||
#define IoFileObjectType _IoFileObjectType
|
||||
#define PsThreadType _PsThreadType
|
||||
#define PsProcessType _PsProcessType
|
||||
#define ExEventObjectType _ExEventObjectType
|
||||
#define ExSemaphoreObjectType _ExSemaphoreObjectType
|
||||
#define KdDebuggerEnabled _KdDebuggerEnabled
|
||||
|
||||
@@ -940,7 +940,7 @@ PsJobType DATA
|
||||
PsLookupProcessByProcessId@8
|
||||
PsLookupProcessThreadByCid@12
|
||||
PsLookupThreadByThreadId@8
|
||||
PsProcessType DATA
|
||||
PsProcessType=_PsProcessType
|
||||
PsReferenceImpersonationToken@16
|
||||
PsReferencePrimaryToken@4
|
||||
PsRemoveCreateThreadNotifyRoutine@4
|
||||
|
||||
Reference in New Issue
Block a user