[Libreoffice-commits] libexttextcat.git: src/common.h

Michael Stahl mstahl at redhat.com
Mon Sep 30 07:29:28 PDT 2013


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

New commits:
commit 1120d3fa21211d0a507b829d9aeb7bcc3708cc55
Author: Michael Stahl <mstahl at 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;


More information about the Libreoffice-commits mailing list