mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* use system.HMOdule when available
git-svn-id: trunk@37302 -
This commit is contained in:
parent
f1055a32b9
commit
52fe038b53
@ -28,8 +28,8 @@ type
|
||||
TRect=Types.TRect;
|
||||
TSmallPoint=Types.TSmallPoint;
|
||||
|
||||
{$ifndef windows}
|
||||
HMODULE = ptrint; // hmodule is handle on windows. Pointer eq.
|
||||
{$ifndef FPC_HAS_FEATURE_DYNLIBS}
|
||||
HMODULE = ptrint;
|
||||
{$else}
|
||||
HModule = System.HModule;
|
||||
{$endif}
|
||||
|
Loading…
Reference in New Issue
Block a user