formatting
This commit is contained in:
parent
353ed6e7c7
commit
f33eeadf76
1 changed files with 6 additions and 6 deletions
12
common/log.h
12
common/log.h
|
@ -13,15 +13,15 @@
|
||||||
#define LOG_COMPAT_WIN 2
|
#define LOG_COMPAT_WIN 2
|
||||||
|
|
||||||
#ifndef LOG_COMPAT
|
#ifndef LOG_COMPAT
|
||||||
#define LOG_COMPAT LOG_COMPAT_GNU
|
#define LOG_COMPAT LOG_COMPAT_GNU
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
#define LOG_COMPAT LOG_COMPAT_GNU
|
#define LOG_COMPAT LOG_COMPAT_GNU
|
||||||
#else
|
#else
|
||||||
#define LOG_COMPAT LOG_COMPAT_WIN
|
#define LOG_COMPAT LOG_COMPAT_WIN
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// --------------------------------
|
// --------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue