Squashed 'libs/libzmq/' content from commit 2b2fb9c7
git-subtree-dir: libs/libzmq git-subtree-split: 2b2fb9c7082dbc16c1323b97040a4edcfa2b997b
This commit is contained in:
15
builds/deprecated-msvc/vs2015_xp/platform.hpp
Normal file
15
builds/deprecated-msvc/vs2015_xp/platform.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __PLATFORM_HPP_INCLUDED__
|
||||
#define __PLATFORM_HPP_INCLUDED__
|
||||
|
||||
#define ZMQ_HAVE_WINDOWS
|
||||
#define ZMQ_HAVE_WINDOWS_TARGET_XP
|
||||
|
||||
#define ZMQ_BUILD_DRAFT_API
|
||||
|
||||
#define ZMQ_USE_SELECT
|
||||
#define FD_SETSIZE 1024
|
||||
|
||||
#pragma comment(lib,"ws2_32.lib")
|
||||
#pragma comment(lib,"Iphlpapi.lib")
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user