Selaa lähdekoodia

* and redef with int64 typing

(cherry picked from commit 4affa41a4347b8b8b57a3db26e53c3630e183f57)
marcoonthegit 10 kuukautta sitten
vanhempi
commit
20727a2b03
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      rtl/win/wininc/redef.inc

+ 3 - 0
rtl/win/wininc/redef.inc

@@ -1008,6 +1008,9 @@ function CreateWaitableTimer(lpTimerAttributes :LPSECURITY_ATTRIBUTES; bManualRe
 function OpenWaitableTimer(dwDesiredAccess:DWORD;bInheritHandle:BOOL;lpTimerName:LPCTSTR):THandle;external 'kernel32' name 'OpenWaitableTimerA';
 //function PropertySheetA(p:TPROPSHEETHEADER):longint; external 'comctl32' name 'PropertySheetA';
 
+// native int64 typed overload.
+function GetFileSizeEx(InFileHandle : THANDLE;OutFileSize  : PINT64): BOOL; stdcall; external kernelDLL; 
+
 // windows because of Delphi compat.
 
 {$calling default}