Define NOMINMAX in windows_inc.h.

git-svn-id: https://svn.eduke32.com/eduke32@6066 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-02-19 22:15:50 +00:00
parent d4ee6d00c8
commit 225be10f61
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@
# define WIN32_LEAN_AND_MEAN
#endif
#ifndef NOMINMAX
# define NOMINMAX
#endif
#ifdef NEED_WINSOCK2_H
# include <winsock2.h>
# undef NEED_WINSOCK2_H