mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
FpDebug: fix stdcall
git-svn-id: trunk@63983 -
This commit is contained in:
parent
7a95787973
commit
1db96371a5
@ -198,7 +198,7 @@ end;
|
||||
{ TDbgFileLoader }
|
||||
|
||||
{$ifdef USE_WIN_FILE_MAPPING}
|
||||
function CreateFileW(lpFileName:LPCWSTR; dwDesiredAccess:DWORD; dwShareMode:DWORD; lpSecurityAttributes:LPSECURITY_ATTRIBUTES; dwCreationDisposition:DWORD;dwFlagsAndAttributes:DWORD; hTemplateFile:HANDLE):HANDLE; external 'kernel32' name 'CreateFileW';
|
||||
function CreateFileW(lpFileName:LPCWSTR; dwDesiredAccess:DWORD; dwShareMode:DWORD; lpSecurityAttributes:LPSECURITY_ATTRIBUTES; dwCreationDisposition:DWORD;dwFlagsAndAttributes:DWORD; hTemplateFile:HANDLE):HANDLE; stdcall; external 'kernel32' name 'CreateFileW';
|
||||
{$ENDIF}
|
||||
|
||||
constructor TDbgFileLoader.Create(AFileName: String);
|
||||
|
Loading…
Reference in New Issue
Block a user