12 lines
556 B
Diff
12 lines
556 B
Diff
--- blender-2.79b/source/blender/imbuf/intern/openexr/openexr_api.cpp.orig 2018-05-11 10:10:42.876493200 +0300
|
|
+++ blender-2.79b/source/blender/imbuf/intern/openexr/openexr_api.cpp 2018-05-11 10:10:49.927705600 +0300
|
|
@@ -77,7 +77,7 @@
|
|
{
|
|
|
|
// The following prevents a linking error in debug mode for MSVC using the libs in CVS
|
|
-#if defined(WITH_OPENEXR) && defined(_WIN32) && defined(DEBUG) && _MSC_VER < 1900
|
|
+#if defined(WITH_OPENEXR) && defined(_MSC_VER) && defined(DEBUG) && _MSC_VER < 1900
|
|
_CRTIMP void __cdecl _invalid_parameter_noinfo(void)
|
|
{
|
|
}
|