MFC and SDL build fix

This commit is contained in:
skidau 2015-06-13 10:03:58 +10:00
parent 6ad134c501
commit 17270b5181
2 changed files with 2 additions and 1 deletions

View File

@ -1469,7 +1469,7 @@ void handleRewinds()
int main(int argc, char **argv)
{
#ifndef FINAL_BUILD
fprintf(stdout, "VBA-M version %s [SDL]\n", SVN_REV_STR);
fprintf(stdout, "VBA-M version %s [SDL]\n", "Git:");
#else
fprintf(stdout, "VBA-M version %s [SDL]");
#endif

View File

@ -21,6 +21,7 @@
#ifdef _WIN32
#ifndef FINAL_BUILD
#define SVN_REV_STR "Git:"
#endif
#else
#ifdef SVN_REV