DeleteRegKey /ifempty now also checks for values
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7166 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2fa5cd37b8
commit
821b4d6a18
8 changed files with 41 additions and 21 deletions
|
@ -164,6 +164,8 @@ enum myGetProcAddressFunctions {
|
|||
#ifndef _WIN64
|
||||
MGA_GetDiskFreeSpaceEx,
|
||||
MGA_GetUserDefaultUILanguage,
|
||||
#endif
|
||||
#if !defined(_WIN64) || defined(_M_IA64)
|
||||
MGA_RegDeleteKeyEx,
|
||||
#endif
|
||||
MGA_InitiateShutdown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue