From 2ac4164777e8c8ff94009ec5249352c13e8d7767 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sun, 13 Jun 2010 14:21:05 +0000 Subject: [PATCH] #709: Fixed typo. (Dimitri Schoolwerth) --- xmpsdk/src/XMPCore_Impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmpsdk/src/XMPCore_Impl.hpp b/xmpsdk/src/XMPCore_Impl.hpp index 691c8d61..7d57de6c 100644 --- a/xmpsdk/src/XMPCore_Impl.hpp +++ b/xmpsdk/src/XMPCore_Impl.hpp @@ -30,7 +30,7 @@ #endif #if XMP_WinBuild -# ifdef _MSV_VER +# ifdef _MSC_VER #pragma warning ( disable : 4244 ) // possible loss of data (temporary for 64 bit builds) #pragma warning ( disable : 4267 ) // possible loss of data (temporary for 64 bit builds) # endif