浏览代码

Fix compilation.

Martijn Laan 7 年之前
父节点
当前提交
e03624b051
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/Main.pas

+ 1 - 1
Projects/Main.pas

@@ -1147,7 +1147,7 @@ begin
     for Common := False to True do
       for ShellFolderID := Low(ShellFolderID) to High(ShellFolderID) do
         if Cnst = FolderConsts[Common, ShellFolderID] then begin
-          ShellFolder := GetShellFolder(Common, False, ShellFolderID);
+          ShellFolder := GetShellFolder(Common, ShellFolderID, False);
           if ShellFolder = '' then
             InternalError(Format('Failed to expand shell folder constant "%s"', [Cnst]));
           Result := ShellFolder;