diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c index 7cd4f47af81..dc5cdf49783 100644 --- a/source/blender/imbuf/intern/util.c +++ b/source/blender/imbuf/intern/util.c @@ -228,7 +228,7 @@ static int isqtime(const char *name) #ifdef WITH_FFMPEG -#ifdef _MS_VER +#ifdef _MSC_VER #define va_copy(dst, src) ((dst) = (src)) #endif