Skip to content

Commit

Permalink
[m] Win.System: SearchPathForFile - params: DefResult and PathToSearc…
Browse files Browse the repository at this point in the history
…h with default values
  • Loading branch information
jackdp committed Sep 19, 2021
1 parent 9459d1c commit bbf7c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/JPL.Win.System.pas
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function ExitWindows2: Boolean;
end;
end;

function SearchPathForFile(const ShortFileName: string; DefResult: string; PathToSearch: string): string;
function SearchPathForFile(const ShortFileName: string; DefResult: string = ''; PathToSearch: string = ''): string;
var
Buffer: array[0..511] of Char;
lpFilePart: PChar;
Expand Down

0 comments on commit bbf7c82

Please sign in to comment.