소스 검색

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;