瀏覽代碼

Fix a last minute change.

Martijn Laan 5 年之前
父節點
當前提交
7e3157ecf1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/Install.pas

+ 1 - 1
Projects/Install.pas

@@ -2059,7 +2059,7 @@ var
           environment-variable strings (e.g. %SystemRoot%\...) }
         ResultingFilename := CreateShellLink(LinkFilename, Description, Path,
           Parameters, WorkingDir, IconFilename, IconIndex, ShowCmd, HotKey,
-          FolderShortcut, AppUserModelID, @AppUserModelToastActivatorCLSID,
+          FolderShortcut, AppUserModelID, AppUserModelToastActivatorCLSID,
           ExcludeFromShowInNewInstall, PreventPinning);
         FolderShortcutCreated := FolderShortcut and DirExists(ResultingFilename);