[Pkg-running-devel] [antpm] 35/48: build fix: VS2012 has proper cstdint

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 1985bb6e099242d5ea1364d480e5a1c06652349c
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Tue Apr 8 14:52:12 2014 +0200

    build fix: VS2012 has proper cstdint
---
 src/stdintfwd.hpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/stdintfwd.hpp b/src/stdintfwd.hpp
index 94823a1..feb13bb 100644
--- a/src/stdintfwd.hpp
+++ b/src/stdintfwd.hpp
@@ -25,7 +25,11 @@
 
 #else
 
-#include "w_stdint.h"
+# if _MSC_VER >= 1700
+#  include <cstdint>
+# else
+#  include "w_stdint.h"
+#endif
 
 #endif // _MSC_VER ]
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list