fixed bug #1542530 - WriteUninstaller fails to overwrite read-only uninstallers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4822 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9f37ece536
commit
a92506d828
3 changed files with 12 additions and 4 deletions
|
@ -90,6 +90,7 @@ int NSISCALL is_valid_instpath(char *s);
|
|||
void NSISCALL validate_filename(char *fn);
|
||||
void NSISCALL MoveFileOnReboot(LPCTSTR pszExisting, LPCTSTR pszNew);
|
||||
void NSISCALL mini_memcpy(void *out, const void *in, int len);
|
||||
void NSISCALL remove_ro_attr(char *file);
|
||||
|
||||
void * NSISCALL myGetProcAddress(char *dll, char *func);
|
||||
void NSISCALL MessageLoop(UINT uCheckedMsg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue