formatting
This commit is contained in:
parent
cd90e3911e
commit
12f6fd07e0
@ -13,14 +13,14 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
# ifndef NOMINMAX
|
#ifndef NOMINMAX
|
||||||
#define NOMINMAX //prevent windows redefining min/max
|
#define NOMINMAX //prevent windows redefining min/max
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# ifndef WIN32_LEAN_AND_MEAN
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
# define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
# endif
|
#endif
|
||||||
# include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
#include <share.h>
|
#include <share.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user