From cf048bb1f8a665370d9e39aee2a7363327911b08 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 4 Jun 2010 16:29:36 +0200 Subject: platform.hpp for MSVC contains only very basic stuff --- builds/msvc/platform.hpp | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'builds') diff --git a/builds/msvc/platform.hpp b/builds/msvc/platform.hpp index bda30c9..b40d161 100644 --- a/builds/msvc/platform.hpp +++ b/builds/msvc/platform.hpp @@ -31,34 +31,5 @@ #define PACKAGE_VERSION_PATCH 7 #define ZMQ_HAVE_WINDOWS -#define _WINSOCKAPI_ -#define NOMINMAX -#define _CRT_SECURE_NO_WARNINGS - -// Turn on only the items zmq needs on the Windows platform. - -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif -#ifndef NOMCX // No Modem Configuration Extensions. -#define NOMCX -#endif -#ifndef NOIME // No Input Method Editor. -#define NOIME -#endif -#ifndef NOSOUND // No Sound driver routines. -#define NOSOUND -#endif - -#include -#include - -// Enable winsock (not included when WIN32_LEAN_AND_MEAN is defined). -#if(_WIN32_WINNT >= 0x0400) -#include -#include -#else -#include -#endif #endif -- cgit v1.2.3