*** ./src/lcms2_internal.h.ORIG Sun Jan 6 23:52:54 2013 --- ./src/lcms2_internal.h Sun Jan 6 23:53:27 2013 *************** *** 47,53 **** #endif // BorlandC 5.5, VC2003 are broken on that ! #if defined(__BORLANDC__) || (_MSC_VER < 1400) // 1400 == VC++ 8.0 #define sinf(x) (float)sin((float)x) #define sqrtf(x) (float)sqrt((float)x) #endif --- 47,53 ---- #endif // BorlandC 5.5, VC2003 are broken on that ! #if defined(__BORLANDC__) || (defined(_AIX51) && !defined(_AIX52)) || (_MSC_VER < 1400) // 1400 == VC++ 8.0 #define sinf(x) (float)sin((float)x) #define sqrtf(x) (float)sqrt((float)x) #endif