* Fixed x86_64 compilation further (rev. 17940 was not enough).

git-svn-id: trunk@17983 -
This commit is contained in:
sergei 2011-07-12 13:42:27 +00:00
parent ad60e9a467
commit e32317bca4

View File

@ -10,12 +10,12 @@ uses
var
dll1, dll2: HModule;
function T1(Parameter: Pointer): LongInt;
function T1(Parameter: Pointer): PtrInt;
begin
//Sleep(100);
end;
function T2(Parameter: Pointer): LongInt;
function T2(Parameter: Pointer): PtrInt;
begin
//Sleep(100);
end;