[ROSAUTOTEST]

- Remove an unnecessary hack that makes the app useless on MSVC

svn path=/trunk/; revision=59292
This commit is contained in:
Thomas Faber 2013-06-22 17:16:25 +00:00
parent b6ce4e511a
commit bb905b4468

View file

@ -57,10 +57,3 @@ bool IsNumber(const char* Input);
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