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
cff7ba23
Commit
cff7ba23
authored
Jun 17, 2010
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows build fixed
parent
7f01e997
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
16 deletions
+9
-16
c_local_lat.vcproj
builds/msvc/c_local_lat/c_local_lat.vcproj
+0
-4
c_local_thr.vcproj
builds/msvc/c_local_thr/c_local_thr.vcproj
+0
-4
c_remote_lat.vcproj
builds/msvc/c_remote_lat/c_remote_lat.vcproj
+0
-4
c_remote_thr.vcproj
builds/msvc/c_remote_thr/c_remote_thr.vcproj
+0
-4
zmq_utils.h
include/zmq_utils.h
+8
-0
zmq.cpp
src/zmq.cpp
+1
-0
No files found.
builds/msvc/c_local_lat/c_local_lat.vcproj
View file @
cff7ba23
...
...
@@ -165,10 +165,6 @@
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\..\perf\helpers.cpp"
>
</File>
<File
RelativePath=
"..\..\..\perf\local_lat.cpp"
>
...
...
builds/msvc/c_local_thr/c_local_thr.vcproj
View file @
cff7ba23
...
...
@@ -165,10 +165,6 @@
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\..\perf\helpers.cpp"
>
</File>
<File
RelativePath=
"..\..\..\perf\local_thr.cpp"
>
...
...
builds/msvc/c_remote_lat/c_remote_lat.vcproj
View file @
cff7ba23
...
...
@@ -165,10 +165,6 @@
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\..\perf\helpers.cpp"
>
</File>
<File
RelativePath=
"..\..\..\perf\remote_lat.cpp"
>
...
...
builds/msvc/c_remote_thr/c_remote_thr.vcproj
View file @
cff7ba23
...
...
@@ -165,10 +165,6 @@
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\..\perf\helpers.cpp"
>
</File>
<File
RelativePath=
"..\..\..\perf\remote_thr.cpp"
>
...
...
include/zmq_utils.h
View file @
cff7ba23
...
...
@@ -20,6 +20,10 @@
#ifndef __ZMQ_UTILS_H_INCLUDED__
#define __ZMQ_UTILS_H_INCLUDED__
#ifdef __cplusplus
extern
"C"
{
#endif
/* Win32 needs special handling for DLL exports */
#if defined _WIN32
# if defined DLL_EXPORT
...
...
@@ -46,4 +50,8 @@ ZMQ_EXPORT void zmq_sleep (int seconds_);
#undef ZMQ_EXPORT
#ifdef __cplusplus
}
#endif
#endif
src/zmq.cpp
View file @
cff7ba23
...
...
@@ -18,6 +18,7 @@
*/
#include "../include/zmq.h"
#include "../include/zmq_utils.h"
#include <string.h>
#include <errno.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