Author: tfaber Date: Sat Jun 22 17:16:25 2013 New Revision: 59292
URL: http://svn.reactos.org/svn/reactos?rev=59292&view=rev Log: [ROSAUTOTEST] - Remove an unnecessary hack that makes the app useless on MSVC
Modified: trunk/rostests/rosautotest/precomp.h
Modified: trunk/rostests/rosautotest/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/precomp.h?rev=... ============================================================================== --- trunk/rostests/rosautotest/precomp.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/precomp.h [iso-8859-1] Sat Jun 22 17:16:25 2013 @@ -57,10 +57,3 @@ 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