Fix possible warning when WIN32_LEAN_AND_MEAN is already defined.

This commit is contained in:
Egor Pugin 2017-01-24 00:22:36 +03:00 committed by GitHub
parent d6f2ba8df4
commit 9b604b1eb9

View File

@ -27,7 +27,9 @@
#ifndef NOMINMAX
#define NOMINMAX
#endif /* NOMINMAX */
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#ifdef __GNUC__
#define ultoa _ultoa
#endif /* __GNUC__ */