]> Creatis software - gdcm.git/commitdiff
Fix of stupid bug
authoryougz <yougz>
Fri, 8 Nov 2002 16:26:02 +0000 (16:26 +0000)
committeryougz <yougz>
Fri, 8 Nov 2002 16:26:02 +0000 (16:26 +0000)
src/gdcm.h

index c8806c7ccbe1919399167625a06dbf68074495fb..72a513a03fa47113ebd5485876ca15151e4eb256 100644 (file)
                       //    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