You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2018/11/22 01:46:17 UTC

qpid-proton git commit: PROTON-1970: Allow proton-core to be compiled by msvc9 - This is needed to compile for python2.7 setup.py

Repository: qpid-proton
Updated Branches:
  refs/heads/master 52148b0a1 -> ee80b2b2e


PROTON-1970: Allow proton-core to be compiled by msvc9
- This is needed to compile for python2.7 setup.py


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

Branch: refs/heads/master
Commit: ee80b2b2eac114f935576cf0a58b5c3897a66222
Parents: 52148b0
Author: Andrew Stitcher <as...@apache.org>
Authored: Wed Nov 21 17:24:34 2018 -0500
Committer: Andrew Stitcher <as...@apache.org>
Committed: Wed Nov 21 20:22:06 2018 -0500

----------------------------------------------------------------------
 c/include/proton/type_compat.h | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/ee80b2b2/c/include/proton/type_compat.h
----------------------------------------------------------------------
diff --git a/c/include/proton/type_compat.h b/c/include/proton/type_compat.h
index 12a96e6..62a1928 100644
--- a/c/include/proton/type_compat.h
+++ b/c/include/proton/type_compat.h
@@ -138,6 +138,8 @@ typedef unsigned __int16 uint16_t;
 typedef unsigned __int32 uint32_t;
 typedef unsigned __int64 uint64_t;
 
+#define INT32_MAX (2147483647)
+
 # else /* _MSC_VER */
 #  error stdint.h definitions not kown
 # endif


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