mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
- Remove deprecated macro
svn path=/trunk/; revision=36493
This commit is contained in:
parent
c1a36080a7
commit
a9d6e4341e
1 changed files with 0 additions and 4 deletions
|
@ -173,10 +173,6 @@ extern ULONG KiDPCTimeout;
|
||||||
InitializeListHead(&((Header)->WaitListHead)); \
|
InitializeListHead(&((Header)->WaitListHead)); \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define KEBUGCHECKWITHTF(a,b,c,d,e,f) \
|
|
||||||
DbgPrint("KeBugCheckWithTf at %s:%i\n",__FILE__,__LINE__), \
|
|
||||||
KeBugCheckWithTf(a,b,c,d,e,f)
|
|
||||||
|
|
||||||
/* Tells us if the Timer or Event is a Syncronization or Notification Object */
|
/* Tells us if the Timer or Event is a Syncronization or Notification Object */
|
||||||
#define TIMER_OR_EVENT_TYPE 0x7L
|
#define TIMER_OR_EVENT_TYPE 0x7L
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue