implemented GetDLLVersionLocal for non Win32 platforms

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3653 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-09-11 11:25:19 +00:00
parent 7e893b2a80
commit 38d7adce15
4 changed files with 104 additions and 9 deletions

View file

@ -361,6 +361,16 @@ typedef WORD LANGID;
# define RT_VERSION MAKEINTRESOURCE(16)
#endif
#ifndef VS_FILE_INFO
# define VS_FILE_INFO RT_VERSION
#endif
#ifndef VS_VERSION_INFO
# define VS_VERSION_INFO 1
#endif
#ifndef VS_FFI_SIGNATURE
# define VS_FFI_SIGNATURE 0xFEEFO4BD
#endif
// message box
#ifndef MB_OK