[CMAKE] Zap builddir.h.cmake and instead define macros globally
[reactos.git] / sdk / include / reactos / debug.h
index adecac6..ab332fd 100644 (file)
@@ -14,7 +14,9 @@
 
 #pragma once
 
 
 #pragma once
 
-#include <builddir.h>
+#ifndef __RELFILE__
+#define __RELFILE__ __FILE__
+#endif
 
 /* Define DbgPrint/DbgPrintEx/RtlAssert unless the NDK is used */
 #if !defined(_RTLFUNCS_H) && !defined(_NTDDK_)
 
 /* Define DbgPrint/DbgPrintEx/RtlAssert unless the NDK is used */
 #if !defined(_RTLFUNCS_H) && !defined(_NTDDK_)