mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 09:01:34 +02:00
Merged revision(s) 63983 #1db96371a5 from trunk:
FpDebug: fix stdcall ........ git-svn-id: branches/fixes_2_0@63984 -
This commit is contained in:
parent
d7ef338ff6
commit
99021f5b35
@ -189,7 +189,7 @@ end;
|
|||||||
{ TDbgFileLoader }
|
{ TDbgFileLoader }
|
||||||
|
|
||||||
{$ifdef USE_WIN_FILE_MAPPING}
|
{$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}
|
{$ENDIF}
|
||||||
|
|
||||||
constructor TDbgFileLoader.Create(AFileName: String);
|
constructor TDbgFileLoader.Create(AFileName: String);
|
||||||
|
Loading…
Reference in New Issue
Block a user