mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 06:58:10 +00:00
[ROSAUTOTEST]
- Remove an unnecessary hack that makes the app useless on MSVC svn path=/trunk/; revision=59292
This commit is contained in:
parent
b6ce4e511a
commit
bb905b4468
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue