mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* and redef with int64 typing
This commit is contained in:
parent
715e727dc3
commit
4affa41a43
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user