#709: Fixed typo. (Dimitri Schoolwerth)

This commit is contained in:
Andreas Huggel 2010-06-13 14:21:05 +00:00
parent bb832790c6
commit 2ac4164777

View File

@ -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