From dec8245691837532fb0898ea8b9e909e88b4072a Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Wed, 14 Jan 2009 13:33:33 +0000 Subject: [PATCH] Corrected a missing underscore in a preprocessor define check --- vcg/space/index/spatial_hashing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/space/index/spatial_hashing.h b/vcg/space/index/spatial_hashing.h index 0f01b135..5aab1eda 100644 --- a/vcg/space/index/spatial_hashing.h +++ b/vcg/space/index/spatial_hashing.h @@ -29,7 +29,7 @@ //#include #include #include -#ifdef WIN32 +#ifdef _WIN32 #ifndef __MINGW32__ #include #define STDEXT stdext