From 9324e96afd83331cc182144ac69b2a1aa824538c Mon Sep 17 00:00:00 2001 From: yougz Date: Fri, 8 Nov 2002 16:26:02 +0000 Subject: [PATCH] Fix of stupid bug --- src/gdcm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.1