CloverBootloader/rEFIt_UEFI/cpp_unit_test/printf_lite-test-cpp_conf.h

13 lines
218 B
C
Raw Normal View History

#define F(x) x
#define LF(x) L##x
#define PRIF "%s"
#define PRILF "%ls"
#define loggf(...) DebugLog(2, __VA_ARGS__)
//#define loggf(...) printf(__VA_ARGS__)
#define DISPLAY_ONLY_FAILED
//#define DISPLAY_START_INFO