- Fix ntstrsafe.h's dependency on debug.h

svn path=/trunk/; revision=42733
This commit is contained in:
Stefan Ginsberg 2009-08-16 12:42:18 +00:00
parent 78d31c85a0
commit 49d9ff57e9

View file

@ -31,6 +31,10 @@
//
typedef unsigned long DWORD;
#ifndef UNIMPLEMENTED
#define UNIMPLEMENTED DbgPrint("WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__);
#endif
/* PRIVATE FUNCTIONS *********************************************************/
FORCEINLINE