src/common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1120d3fa21211d0a507b829d9aeb7bcc3708cc55
Author: Michael Stahl <mst...@redhat.com>
Date:   Mon Sep 30 16:25:57 2013 +0200

    MSVC 2010 has finally grown a <stdint.h>

diff --git a/src/common.h b/src/common.h
index 3444cd0..24c7517 100644
--- a/src/common.h
+++ b/src/common.h
@@ -45,7 +45,7 @@ extern "C"
 {
 #endif
 
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && _MSC_VER < 1600
     typedef __int8 int8_t;
     typedef unsigned __int8 uint8_t;
     typedef __int16 int16_t;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to