diff options
Diffstat (limited to 'protocols/MRA/src/Sdk/DebugFunctions.h')
-rw-r--r-- | protocols/MRA/src/Sdk/DebugFunctions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/MRA/src/Sdk/DebugFunctions.h b/protocols/MRA/src/Sdk/DebugFunctions.h index b6d94e12e6..60cd880210 100644 --- a/protocols/MRA/src/Sdk/DebugFunctions.h +++ b/protocols/MRA/src/Sdk/DebugFunctions.h @@ -34,9 +34,6 @@ #pragma once
#endif // _MSC_VER > 1000
-#ifndef szCRLF
-#define szCRLF TEXT("\r\n")
-#endif
//////////////////////////////////////////////////////////////////////////
////////////////////////////DebugPrint////////////////////////////////////
//////////////////////////////////////////////////////////////////////////
|