mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 01:52:01 +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)); \
|
||||
}
|
||||
|
||||
#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 */
|
||||
#define TIMER_OR_EVENT_TYPE 0x7L
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue