mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Clean code for Visual Studio 2008 compiler
This commit is contained in:
parent
d2b6985028
commit
e8ad51e62f
@ -63,7 +63,6 @@
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -60,6 +60,9 @@ typedef unsigned __int32 uint32_t;
|
||||
#ifndef uint64_t
|
||||
typedef unsigned __int64 uint64_t;
|
||||
#endif
|
||||
#ifndef UINT32_MAX
|
||||
#define UINT32_MAX _UI32_MAX
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
#ifndef __ZMQ_VMCI_HPP_INCLUDED__
|
||||
#define __ZMQ_VMCI_HPP_INCLUDED__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
||||
#include "platform.hpp"
|
||||
|
@ -38,7 +38,6 @@
|
||||
#include "random.hpp"
|
||||
#include <assert.h>
|
||||
#include <new>
|
||||
#include <stdint.h>
|
||||
|
||||
#if !defined ZMQ_HAVE_WINDOWS
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user