[Libreoffice-commits] .: sal/inc

Stephan Bergmann sbergmann at kemper.freedesktop.org
Thu Feb 16 04:11:11 PST 2012


 sal/inc/sal/types.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e2de115700e7c6c5ee9118c17c06eda0c462f394
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 16 13:10:58 2012 +0100

    -Wundef

diff --git a/sal/inc/sal/types.h b/sal/inc/sal/types.h
index 1bed00c..e8b5662 100644
--- a/sal/inc/sal/types.h
+++ b/sal/inc/sal/types.h
@@ -93,7 +93,7 @@ typedef unsigned char       sal_uInt8;
      #error "Could not find 32-bit type, add support for your architecture"
 #endif
 
-#if (_MSC_VER >= 1000)
+#if defined _MSC_VER && _MSC_VER >= 1000
     typedef __int64                  sal_Int64;
     typedef unsigned __int64         sal_uInt64;
 


More information about the Libreoffice-commits mailing list