mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-24 15:26:55 +01:00
Merge pull request #823 from ricnewton/master
Define NOMINMAN to fix windows build.
This commit is contained in:
commit
f253fe5f42
@ -23,6 +23,9 @@
|
||||
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX // Macros min(a,b) and max(a,b)
|
||||
#endif
|
||||
|
||||
// Set target version to Windows Server 2003, Windows XP/SP1 or higher.
|
||||
#ifndef _WIN32_WINNT
|
||||
|
Loading…
x
Reference in New Issue
Block a user