diff options
| author | AnyOldName3 <krizdjali+github@gmail.com> | 2018-05-15 23:43:35 +0100 |
|---|---|---|
| committer | AnyOldName3 <krizdjali+github@gmail.com> | 2018-05-15 23:43:35 +0100 |
| commit | 8f905e1d498f0c264529737f4b8f7a47c0de59ee (patch) | |
| tree | d2559884f689882ab488f518aedb7932a35ad03d /src/shared/util.h | |
| parent | 2ee5f0e96dd6928c271e1b37cd1f77ddc456ef9c (diff) | |
Change how the VersionInfo object is created from version.rc such that non-release builds are possible and get labelled as such
Diffstat (limited to 'src/shared/util.h')
| -rw-r--r-- | src/shared/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 1e498059..75c382a7 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -45,6 +45,7 @@ std::wstring ToLower(const std::wstring &text); bool CaseInsensitiveEqual(const std::wstring &lhs, const std::wstring &rhs);
VS_FIXEDFILEINFO GetFileVersion(const std::wstring &fileName);
+std::wstring GetFileVersionString(const std::wstring &fileName);
} // namespace MOShared
|
