* IsDebuggerPresent, bug #35422

git-svn-id: trunk@41921 -
This commit is contained in:
marco 2019-04-21 18:12:57 +00:00
parent 7acd242683
commit febb1aab0b

View File

@ -1320,7 +1320,7 @@ function CONSOLE_REAL_OUTPUT_HANDLE : HANDLE;
function GetConsoleWindow:HWND;stdcall;external 'kernel32' name 'GetConsoleWindow';
function GetConsoleProcessList(lpdwProcessList:LPDWORD; dwProcessCount:DWORD):DWORD;stdcall;external 'kernel32' name 'GetConsoleProcessList';
function ReadDirectoryChangesW(hDirectory: HANDLE; lpBuffer: LPVOID;nBufferLength: DWORD; bWatchSubtree: BOOL; dwNotifyFilter: DWORD;lpBytesReturned: LPDWORD;lpOverlapped: LPOVERLAPPED;lpCompletionRoutine: LPOVERLAPPED_COMPLETION_ROUTINE): BOOL; stdcall; external 'kernel32' name 'ReadDirectoryChangesW';
function IsDebuggerPresent : BOOL; stdcall; external 'kernel32.dll' name 'IsDebuggerPresent';
{$endif read_interface}