1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-27 22:46:30 -05:00

updated windows scm_rev code to use new style

This commit is contained in:
ShizZy
2014-04-23 22:04:33 -04:00
parent 4405a53cf3
commit 121960a2eb
6 changed files with 55 additions and 66 deletions

View File

@@ -7,8 +7,7 @@
namespace Common {
extern const char g_scm_rev[];
extern const char g_scm_ref_spec[];
extern const char g_scm_branch[];
extern const char g_scm_desc[];
} // namespace