- Remove deprecated macro

svn path=/trunk/; revision=36493
This commit is contained in:
Stefan Ginsberg 2008-09-24 18:47:24 +00:00
parent c1a36080a7
commit a9d6e4341e

View file

@ -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