mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
- Fix ntstrsafe.h's dependency on debug.h
svn path=/trunk/; revision=42733
This commit is contained in:
parent
78d31c85a0
commit
49d9ff57e9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue