mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Define NOMINMAN to fix windows build.
This commit is contained in:
parent
d981d01655
commit
bf06f3bb27
@ -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…
Reference in New Issue
Block a user