Uniform project settings for a brighter tomorrow.

This commit is contained in:
rosenfield.albert
2008-10-08 17:33:39 +00:00
parent 5b4f5f1b5c
commit 9b4588912c
44 changed files with 187 additions and 160 deletions

View File

@ -2158,7 +2158,7 @@ function GetTempDir: String;
var
TempPath: array[0..MAX_PATH] of Char;
begin
GetTempPath(MAX_PATH, @TempPath);
GetTempPath(MAX_PATH, PAnsiChar(@TempPath));
Result := StrPas(TempPath);
end;