Updated VC14 files.

Small fixes (while testing with Code::Blocks)
This commit is contained in:
waltje
2018-05-03 21:28:12 -04:00
parent b0a5ae9b68
commit df05f2775c
5 changed files with 205 additions and 168 deletions

View File

@@ -297,7 +297,9 @@ fatal(const char *fmt, ...)
void
pc_version(const char *platform)
{
#if defined(BUILD) || defined(COMMIT) || defined(UPSTREAM) || defined(_MSC_VER)
char temp[128];
#endif
sprintf(emu_title, "%s for %s", EMU_NAME, platform);