summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-16 13:10:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-16 13:10:58 +0100
commite2de115700e7c6c5ee9118c17c06eda0c462f394 (patch)
tree2fef09ebe58c0472655efb9282cac8b3e2a4f105 /sal
parent0aaecbac864b0c0e3ddb72355e416db0b4f72a77 (diff)
-Wundef
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/sal/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/sal/types.h b/sal/inc/sal/types.h
index 1bed00c105b4..e8b566279b56 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;