RegQueryValueEx only takes 6 parameters
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3843 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ccbc8ecd45
commit
82b4c0ff42
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ I wrote this script to help rpetges in \W{http://forums.winamp.com/showthread.ph
|
|||
\c !define REG_MULTI_SZ 7
|
||||
\c
|
||||
\c !define RegOpenKeyEx "Advapi32::RegOpenKeyExA(i, t, i, i, i) i"
|
||||
\c !define RegQueryValueEx "Advapi32::RegQueryValueExA(i, t, i, i, i, i, i) i"
|
||||
\c !define RegQueryValueEx "Advapi32::RegQueryValueExA(i, t, i, i, i, i) i"
|
||||
\c !define RegCloseKey "Advapi32::RegCloseKeyA(i) i"
|
||||
\c
|
||||
\c ####### Edit this!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue