fixed bug #1701290 - linux FTBFS: stubs and librarylocal
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5088 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4f35575dd6
commit
24f43a6214
2 changed files with 15 additions and 7 deletions
|
@ -550,6 +550,10 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
|
|||
# define HKEY_DYN_DATA ((HKEY)0x80000006)
|
||||
#endif
|
||||
|
||||
#ifndef KEY_WOW64_64KEY
|
||||
# define KEY_WOW64_64KEY 0x100
|
||||
#endif
|
||||
|
||||
// show modes
|
||||
|
||||
#ifndef SW_SHOWNORMAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue