mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
[DDK]
- Addendum to r64151 Complain on IRC, then complain on ros-dev, then steal fixes from your peers, then do as if nothing happened. svn path=/trunk/; revision=64155
This commit is contained in:
@@ -15794,11 +15794,11 @@ extern BOOLEAN KdDebuggerEnabled;
|
||||
extern BOOLEAN KdDebuggerNotPresent;
|
||||
#define KD_DEBUGGER_NOT_PRESENT KdDebuggerNotPresent
|
||||
#else
|
||||
extern BOOLEAN *KdDebuggerEnabled;
|
||||
__CREATE_NTOS_DATA_IMPORT_ALIAS(KdDebuggerEnabled)
|
||||
extern BOOLEAN *KdDebuggerEnabled;
|
||||
#define KD_DEBUGGER_ENABLED (*KdDebuggerEnabled)
|
||||
extern BOOLEAN *KdDebuggerNotPresent;
|
||||
__CREATE_NTOS_DATA_IMPORT_ALIAS(KdDebuggerNotPresent)
|
||||
extern BOOLEAN *KdDebuggerNotPresent;
|
||||
#define KD_DEBUGGER_NOT_PRESENT (*KdDebuggerNotPresent)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user