*** libscrobble.cpp 2009-08-07 09:02:11.000000000 +0200 --- libscrobble.cpp 2010-06-13 12:19:42.000000000 +0200 *************** *** 26,34 **** #include "md5.h" #include "ConvertUTF.h" - #ifdef _MSC_VER typedef int int32_t; typedef unsigned int uint32_t; // disable "'function': was declared deprecated" #pragma warning (disable: 4996) #endif --- 26,35 ---- #include "md5.h" #include "ConvertUTF.h" typedef int int32_t; typedef unsigned int uint32_t; + + #ifdef _MSC_VER // disable "'function': was declared deprecated" #pragma warning (disable: 4996) #endif