Read from svnrev.h on Windows only

This commit is contained in:
skidau 2015-06-10 02:06:06 +00:00
parent d0ced9d2c8
commit 14c2a16aab
1 changed files with 2 additions and 0 deletions

View File

@ -19,8 +19,10 @@
#define VBA_NAME "VisualBoyAdvance-M"
#ifdef _WIN32
#ifndef FINAL_BUILD
#include "svnrev.h"
#endif
#else
#ifdef SVN_REV
#define SVN_REV_STR SVN_REV