[ROSAUTOTEST]
[reactos.git] / rostests / rosautotest / precomp.h
index 301e4ab..adb25fb 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _ROSAUTOTEST_H_
+#define _ROSAUTOTEST_H_
+
 /* General includes */
 #include <iostream>
 #include <memory>
@@ -58,9 +61,4 @@ string StringOut(const string& String, bool forcePrint = true);
 string UnicodeToAscii(PCWSTR UnicodeString);
 string UnicodeToAscii(const wstring& UnicodeString);
 
-
-/* Lazy HACK to allow compiling/debugging with MSVC while we lack support
-   for linking against "debugsup_ntdll" in MSVC */
-#ifdef _MSC_VER
-    #define DbgPrint
-#endif
+#endif /* _ROSAUTOTEST_H_ */