formatting

This commit is contained in:
staviq 2023-08-30 20:10:02 +02:00
parent 353ed6e7c7
commit f33eeadf76

View file

@ -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
// -------------------------------- // --------------------------------