mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
DBG wrongly defined in XString header.
This commit is contained in:
parent
3ded70c215
commit
c2897bf11e
@ -9,14 +9,7 @@
|
||||
#if !defined(__XSTRING_H__)
|
||||
#define __XSTRING_H__
|
||||
|
||||
#if 0
|
||||
#define DBG(...) DebugLog(2, __VA_ARGS__)
|
||||
#else
|
||||
#define DBG(...)
|
||||
#endif
|
||||
|
||||
#include "XToolsCommon.h"
|
||||
#include "utf8Conversion.h"
|
||||
|
||||
#define PATH_SEPARATOR '\\'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user