Author: sginsberg Date: Sun Aug 16 14:42:18 2009 New Revision: 42733
URL: http://svn.reactos.org/svn/reactos?rev=42733&view=rev Log: - Fix ntstrsafe.h's dependency on debug.h
Modified: trunk/reactos/include/ddk/ntstrsafe.h
Modified: trunk/reactos/include/ddk/ntstrsafe.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntstrsafe.h?rev... ============================================================================== --- trunk/reactos/include/ddk/ntstrsafe.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/ntstrsafe.h [iso-8859-1] Sun Aug 16 14:42:18 2009 @@ -30,6 +30,10 @@ // Typedefs // typedef unsigned long DWORD; + +#ifndef UNIMPLEMENTED +#define UNIMPLEMENTED DbgPrint("WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__); +#endif
/* PRIVATE FUNCTIONS *********************************************************/