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:
parent
7e893b2a80
commit
38d7adce15
4 changed files with 104 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue