mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 11:49:24 +02:00
* hmodule should scale with pointertype on non-windows.
git-svn-id: trunk@15510 -
This commit is contained in:
parent
7d27f4c21d
commit
d8707ec5d3
@ -36,7 +36,7 @@ type
|
||||
TSmallPoint = record
|
||||
x,y : smallint;
|
||||
end;
|
||||
HMODULE = longint;
|
||||
HMODULE = ptrint; // hmodule is handle on windows. Pointer eq.
|
||||
{$else}
|
||||
TSmallPoint = Windows.TSmallPoint;
|
||||
HModule = System.HModule;
|
||||
|
Loading…
Reference in New Issue
Block a user