mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:29:32 +01:00
* Fixed x86_64 compilation further (rev. 17940 was not enough).
git-svn-id: trunk@17983 -
This commit is contained in:
parent
ad60e9a467
commit
e32317bca4
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user