From 2d0e838339153a3478329c639a2581043d571b87 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 30 Jan 2008 12:55:59 -0500 Subject: [PATCH] ENH: fix for vs 70 --- Source/kwsys/SystemInformation.hxx.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in index 36eb54710..0bd606c62 100644 --- a/Source/kwsys/SystemInformation.hxx.in +++ b/Source/kwsys/SystemInformation.hxx.in @@ -98,13 +98,13 @@ { typedef long long LongLong; } -#elif @KWSYS_NAMESPACE@_USE_USE___INT64 +#elif @KWSYS_NAMESPACE@_USE___INT64 namespace @KWSYS_NAMESPACE@ { typedef __int64 LongLong; } #else -//# error "No Long long" +# error "No Long Long" #endif /* Define these macros temporarily to keep the code readable. */