Browse Source

* add readdirectorychangedw (only -W function) mantis 35311

git-svn-id: trunk@41857 -
marco 6 years ago
parent
commit
8564fe7f24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/func.inc

+ 1 - 1
rtl/win/wininc/func.inc

@@ -1315,7 +1315,7 @@ function CONSOLE_REAL_OUTPUT_HANDLE : HANDLE;
   function SetConsoleDisplayMode(hConsoleOutput:HANDLE; dwFlags:DWORD; lpNewScreenBufferDimensions:PCOORD):BOOL;stdcall;external 'kernel32' name 'SetConsoleDisplayMode';
   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';  
 
 {$endif read_interface}