You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2015/06/24 20:19:47 UTC

qpid-proton git commit: PROTON-921: remove redundant definitions

Repository: qpid-proton
Updated Branches:
  refs/heads/master ee43cbb7e -> f6460791a


PROTON-921: remove redundant definitions


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f6460791
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f6460791
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f6460791

Branch: refs/heads/master
Commit: f6460791a17853e3f2fc2f0dfd1b2aa2141fc3d1
Parents: ee43cbb
Author: Chuck Rolke <cr...@redhat.com>
Authored: Wed Jun 24 14:19:30 2015 -0400
Committer: Chuck Rolke <cr...@redhat.com>
Committed: Wed Jun 24 14:19:30 2015 -0400

----------------------------------------------------------------------
 proton-c/src/windows/io.c             | 1 -
 proton-c/src/windows/iocp.c           | 1 -
 proton-c/src/windows/selector.c       | 1 -
 proton-c/src/windows/write_pipeline.c | 1 -
 4 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f6460791/proton-c/src/windows/io.c
----------------------------------------------------------------------
diff --git a/proton-c/src/windows/io.c b/proton-c/src/windows/io.c
index ec7f95b..f912a27 100644
--- a/proton-c/src/windows/io.c
+++ b/proton-c/src/windows/io.c
@@ -29,7 +29,6 @@
 #include <winsock2.h>
 #include <mswsock.h>
 #include <Ws2tcpip.h>
-#define PN_WINAPI
 
 #include "platform.h"
 #include <proton/io.h>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f6460791/proton-c/src/windows/iocp.c
----------------------------------------------------------------------
diff --git a/proton-c/src/windows/iocp.c b/proton-c/src/windows/iocp.c
index 9cedd34..88ae973 100644
--- a/proton-c/src/windows/iocp.c
+++ b/proton-c/src/windows/iocp.c
@@ -28,7 +28,6 @@
 #include <winsock2.h>
 #include <mswsock.h>
 #include <Ws2tcpip.h>
-#define PN_WINAPI
 
 #include "platform.h"
 #include <proton/object.h>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f6460791/proton-c/src/windows/selector.c
----------------------------------------------------------------------
diff --git a/proton-c/src/windows/selector.c b/proton-c/src/windows/selector.c
index e22c428..f139aec 100644
--- a/proton-c/src/windows/selector.c
+++ b/proton-c/src/windows/selector.c
@@ -27,7 +27,6 @@
 #endif
 #include <winsock2.h>
 #include <Ws2tcpip.h>
-#define PN_WINAPI
 
 #include "platform.h"
 #include <proton/object.h>

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f6460791/proton-c/src/windows/write_pipeline.c
----------------------------------------------------------------------
diff --git a/proton-c/src/windows/write_pipeline.c b/proton-c/src/windows/write_pipeline.c
index 438ba88..e14e714 100644
--- a/proton-c/src/windows/write_pipeline.c
+++ b/proton-c/src/windows/write_pipeline.c
@@ -35,7 +35,6 @@
 #endif
 #include <winsock2.h>
 #include <Ws2tcpip.h>
-#define PN_WINAPI
 
 #include "platform.h"
 #include <proton/object.h>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org