mingw port

This commit is contained in:
malosek
2009-10-05 15:06:40 +02:00
parent de2e439a52
commit 3daeff2786
5 changed files with 25 additions and 8 deletions

View File

@@ -28,8 +28,8 @@
namespace zmq
{
#ifdef _MSC_VER
#if (_MSC_VER <= 1400)
#ifdef ZMQ_HAVE_WINDOWS
#if defined _MSC_VER &&_MSC_VER <= 1400
typedef UINT_PTR fd_t;
enum {retired_fd = (fd_t)(~0)}
#else