diff --git a/core/synctex/synctex_parser.c b/core/synctex/synctex_parser.c index d621e84be..0db22a2bb 100644 --- a/core/synctex/synctex_parser.c +++ b/core/synctex/synctex_parser.c @@ -8130,7 +8130,7 @@ static int _synctex_updater_print(synctex_updater_p updater, const char *format, } return result; } -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(__MINGW32__) #include #include #include