added GetDLLVersion
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5116 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5729a94efd
commit
b8888a69bd
2 changed files with 108 additions and 0 deletions
|
@ -48,6 +48,8 @@ int generate_unicons_offsets(unsigned char* exeHeader, size_t exeHeaderSize, uns
|
|||
|
||||
size_t my_strftime(char *s, size_t max, const char *fmt, const struct tm *tm);
|
||||
|
||||
bool GetDLLVersion(const std::string& filepath, DWORD& high, DWORD& low);
|
||||
|
||||
std::string get_full_path(const std::string& path);
|
||||
std::string get_dir_name(const std::string& path);
|
||||
std::string get_file_name(const std::string& path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue