Initial Commit - Copy from Altus Metrum AltOS
This commit is contained in:
14
altosui/Instdrv/NSIS/Includes/refresh-sh.nsh
Normal file
14
altosui/Instdrv/NSIS/Includes/refresh-sh.nsh
Normal file
@@ -0,0 +1,14 @@
|
||||
!define SHCNE_ASSOCCHANGED 0x08000000
|
||||
!define SHCNF_IDLIST 0
|
||||
|
||||
Function RefreshShellIcons
|
||||
; By jerome tremblay - april 2003
|
||||
${DisableX64FSRedirection}
|
||||
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (${SHCNE_ASSOCCHANGED}, ${SHCNF_IDLIST}, 0, 0)'
|
||||
FunctionEnd
|
||||
|
||||
Function un.RefreshShellIcons
|
||||
; By jerome tremblay - april 2003
|
||||
${DisableX64FSRedirection}
|
||||
System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (${SHCNE_ASSOCCHANGED}, ${SHCNF_IDLIST}, 0, 0)'
|
||||
FunctionEnd
|
||||
Reference in New Issue
Block a user