Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
d49b0fad
Unverified
Commit
d49b0fad
authored
Nov 16, 2017
by
Luca Boccassi
Committed by
GitHub
Nov 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2840 from ccpaging/master
Problem: Build fails in Visual Studio 2008 without `stdint.h`
parents
700d7cd1
e8ad51e6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
precompiled.hpp
src/precompiled.hpp
+0
-1
stdint.hpp
src/stdint.hpp
+3
-0
vmci.hpp
src/vmci.hpp
+0
-1
zmq_utils.cpp
src/zmq_utils.cpp
+0
-1
No files found.
src/precompiled.hpp
View file @
d49b0fad
...
...
@@ -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>
...
...
src/stdint.hpp
View file @
d49b0fad
...
...
@@ -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
...
...
src/vmci.hpp
View file @
d49b0fad
...
...
@@ -30,7 +30,6 @@
#ifndef __ZMQ_VMCI_HPP_INCLUDED__
#define __ZMQ_VMCI_HPP_INCLUDED__
#include <stdint.h>
#include <string>
#include "platform.hpp"
...
...
src/zmq_utils.cpp
View file @
d49b0fad
...
...
@@ -38,7 +38,6 @@
#include "random.hpp"
#include <assert.h>
#include <new>
#include <stdint.h>
#if !defined ZMQ_HAVE_WINDOWS
#include <unistd.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment