libobs/util: Add get_dll_ver function (windows)

Used to get the version of a dynamic link library on windows.
This commit is contained in:
jp9000
2015-10-03 22:02:47 -07:00
parent 48550b9691
commit 8a0a28bf27
2 changed files with 38 additions and 21 deletions

View File

@@ -29,6 +29,7 @@ struct win_version_info {
int revis;
};
EXPORT bool get_dll_ver(const wchar_t *lib, struct win_version_info *info);
EXPORT void get_win_ver(struct win_version_info *info);
#ifdef __cplusplus