Skip to content

Commit 4717fd4

Browse files
committed
Read from svnrev.h on Windows only
git-svn-id: https://svn.code.sf.net/p/vbam/code@1505 a31d4220-a93d-0410-bf67-fe4944624d44
1 parent 2436181 commit 4717fd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

trunk/src/version.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919

2020
#define VBA_NAME "VisualBoyAdvance-M"
2121

22+
#ifdef _WIN32
2223
#ifndef FINAL_BUILD
2324
#include "svnrev.h"
25+
#endif
2426
#else
2527
#ifdef SVN_REV
2628
#define SVN_REV_STR SVN_REV

0 commit comments

Comments
 (0)