From: yougz Date: Fri, 8 Nov 2002 16:26:02 +0000 (+0000) Subject: Fix of stupid bug X-Git-Tag: April2003~82 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9324e96afd83331cc182144ac69b2a1aa824538c;p=gdcm.git Fix of stupid bug --- diff --git a/src/gdcm.h b/src/gdcm.h index c8806c7c..72a513a0 100644 --- a/src/gdcm.h +++ b/src/gdcm.h @@ -30,10 +30,10 @@ // which should be around 4500 entries which is the // average dictionary size (said JPR) -#ifdef _MSC_VR +#ifdef _MSC_VER using namespace std; // string type lives in the std namespace on VC++ #endif -#ifdef _MSC_VR +#ifdef _MSC_VER #define GDCM_EXPORT __declspec( dllexport ) #else #define GDCM_EXPORT