aboutsummaryrefslogtreecommitdiffstats
path: root/ext/sparsehash
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-08-19 12:04:28 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-08-19 16:19:20 -0300
commitf33d2585d59405e47a0b0592b7888caaa87d467f (patch)
tree1625409b6e038c47a563b624fe8268a7d0acbdb1 /ext/sparsehash
parent7701c41779a72d9a6dd8359da33345f4acc93856 (diff)
use MSVC flag to detect the compiler on hash library.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'ext/sparsehash')
-rw-r--r--ext/sparsehash/google/sparsehash/sparseconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sparsehash/google/sparsehash/sparseconfig.h b/ext/sparsehash/google/sparsehash/sparseconfig.h
index a160c0cd7..44a4ddafc 100644
--- a/ext/sparsehash/google/sparsehash/sparseconfig.h
+++ b/ext/sparsehash/google/sparsehash/sparseconfig.h
@@ -6,7 +6,7 @@
/* Namespace for Google classes */
#define GOOGLE_NAMESPACE ::google
-#ifdef MSVC
+#ifdef _MSC_VER
/* the location of the header defining hash functions */
#define HASH_FUN_H <hash_map>
/* the namespace of the hash<> function */