early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/zeromq/zeromq-libzmq-4311-2b04e0ce47.diff
vendored
Executable file
18
externals/vcpkg/ports/zeromq/zeromq-libzmq-4311-2b04e0ce47.diff
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
diff --git a/src/windows.hpp b/src/windows.hpp
|
||||
index 24cce83d11..c6d625188d 100644
|
||||
--- a/src/windows.hpp
|
||||
+++ b/src/windows.hpp
|
||||
@@ -90,7 +90,6 @@ static inline int poll (struct pollfd *pfd, unsigned long nfds, int timeout)
|
||||
#ifndef AI_NUMERICSERV
|
||||
#define AI_NUMERICSERV 0x0400
|
||||
#endif
|
||||
-#endif
|
||||
|
||||
// In MSVC prior to v14, snprintf is not available
|
||||
// The closest implementation is the _snprintf_s function
|
||||
@@ -108,3 +107,5 @@ struct sockaddr_un
|
||||
char sun_path[108]; /* pathname */
|
||||
};
|
||||
#endif
|
||||
+
|
||||
+#endif
|
||||
Reference in New Issue
Block a user