Fix build using MinGW

remotes/origin/work/aacid/shorcutslost_2008
Thomas Friedrichsmeier 6 years ago
parent 114060ff53
commit 3fda3ba561
  1. 2
      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 <stdarg.h>
#include <stdio.h>
#include <stdlib.h>

Loading…
Cancel
Save