Clean code for Visual Studio 2008 compiler

This commit is contained in:
ccpaging 2017-11-16 14:09:13 +08:00
parent d2b6985028
commit e8ad51e62f
4 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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

View File

@ -30,7 +30,6 @@
#ifndef __ZMQ_VMCI_HPP_INCLUDED__
#define __ZMQ_VMCI_HPP_INCLUDED__
#include <stdint.h>
#include <string>
#include "platform.hpp"

View File

@ -38,7 +38,6 @@
#include "random.hpp"
#include <assert.h>
#include <new>
#include <stdint.h>
#if !defined ZMQ_HAVE_WINDOWS
#include <unistd.h>