mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
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:
parent
d4ee6d00c8
commit
225be10f61
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue