altosui: Make Windows java test "smarter"
[fw/altos] / altosui / Instdrv / NSIS / Includes / refresh-sh.nsh
1 !define SHCNE_ASSOCCHANGED 0x08000000
2 !define SHCNF_IDLIST 0
3  
4 Function RefreshShellIcons
5   ; By jerome tremblay - april 2003
6   ${DisableX64FSRedirection}
7   System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (${SHCNE_ASSOCCHANGED}, ${SHCNF_IDLIST}, 0, 0)'
8 FunctionEnd
9
10 Function un.RefreshShellIcons
11   ; By jerome tremblay - april 2003
12   ${DisableX64FSRedirection}
13   System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (${SHCNE_ASSOCCHANGED}, ${SHCNF_IDLIST}, 0, 0)'
14 FunctionEnd