From 5bd38e67db5d4541df01f9e2723a4072562b5e0e Mon Sep 17 00:00:00 2001 From: skidau Date: Wed, 10 Jun 2015 02:06:06 +0000 Subject: [PATCH] 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 --- src/version.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/version.h b/src/version.h index 6964fdc1..ec431fac 100644 --- a/src/version.h +++ b/src/version.h @@ -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