From f33d2585d59405e47a0b0592b7888caaa87d467f Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Thu, 19 Aug 2010 12:04:28 -0300 Subject: use MSVC flag to detect the compiler on hash library. Reviewer: Hugo Parente Lima Luciano Wolf --- ext/sparsehash/google/sparsehash/sparseconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/sparsehash') 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 /* the namespace of the hash<> function */ -- cgit v1.2.3