Read from svnrev.h on Windows only

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1505 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
skidau 2015-06-10 02:06:06 +00:00
parent 0019b452fe
commit 5bd38e67db
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