mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-06-08 08:33:53 +00:00
Fixing BASISU_DEVEL_MESSAGES for MSVC.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
#define BASISU_STRINGIZE2(x) BASISU_STRINGIZE(x)
|
||||
|
||||
#if BASISU_DEVEL_MESSAGES
|
||||
#define BASISU_DEVEL_ERROR(args...) do { basisu::debug_printf(args); } while(0)
|
||||
#define BASISU_DEVEL_ERROR(...) do { basisu::debug_printf(__VA_ARGS__); } while(0)
|
||||
#else
|
||||
#define BASISU_DEVEL_ERROR(...)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user