mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +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__)
|
#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 '\\'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user