Fix for bug #3072159 - UNexpected Changes to Directory Attributes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6122 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
accab7bdbd
commit
22e730301c
2 changed files with 31 additions and 9 deletions
|
@ -107,7 +107,7 @@ void NSISCALL validate_filename(TCHAR *fn);
|
|||
void NSISCALL MoveFileOnReboot(LPCTSTR pszExisting, LPCTSTR pszNew);
|
||||
|
||||
void NSISCALL mini_memcpy(void *out, const void *in, int len);
|
||||
void NSISCALL remove_ro_attr(TCHAR *file);
|
||||
DWORD NSISCALL remove_ro_attr(TCHAR *file);
|
||||
|
||||
enum myGetProcAddressFunctions {
|
||||
MGA_GetDiskFreeSpaceEx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue