DBG wrongly defined in XString header.

This commit is contained in:
Jief L 2020-03-12 18:27:17 +03:00
parent 3ded70c215
commit c2897bf11e

View File

@ -9,14 +9,7 @@
#if !defined(__XSTRING_H__) #if !defined(__XSTRING_H__)
#define __XSTRING_H__ #define __XSTRING_H__
#if 0
#define DBG(...) DebugLog(2, __VA_ARGS__)
#else
#define DBG(...)
#endif
#include "XToolsCommon.h" #include "XToolsCommon.h"
#include "utf8Conversion.h"
#define PATH_SEPARATOR '\\' #define PATH_SEPARATOR '\\'