formatting

This commit is contained in:
gabime 2016-03-30 18:47:56 +03:00
parent cd90e3911e
commit 12f6fd07e0
1 changed files with 5 additions and 5 deletions

View File

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