mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
formatting
This commit is contained in:
parent
cd90e3911e
commit
12f6fd07e0
@ -13,14 +13,14 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
# ifndef NOMINMAX
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX //prevent windows redefining min/max
|
||||
#endif
|
||||
|
||||
# ifndef WIN32_LEAN_AND_MEAN
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# endif
|
||||
# include <windows.h>
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <share.h>
|
||||
|
Loading…
Reference in New Issue
Block a user