ソースを参照

* hmodule should scale with pointertype on non-windows.

git-svn-id: trunk@15510 -
marco 15 年 前
コミット
d8707ec5d3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      rtl/objpas/classes/classesh.inc

+ 1 - 1
rtl/objpas/classes/classesh.inc

@@ -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;