From 224be40cc9c31c381b62f7c1bfdde0f2c3b1fef7 Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Wed, 18 Aug 2010 18:08:00 -0300 Subject: Used the define MSVC in goggle hash to compile with native windows API. Reviewer: Hugo Parente Lima Luciano Wolf --- ext/sparsehash/google/sparsehash/sparseconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/sparsehash/google/sparsehash/sparseconfig.h b/ext/sparsehash/google/sparsehash/sparseconfig.h index d86a2bb7a..a160c0cd7 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 _WIN32 +#ifdef MSVC /* the location of the header defining hash functions */ #define HASH_FUN_H /* the namespace of the hash<> function */ -- cgit v1.2.3