Browse Source

FileMonitor small change

Unknown 6 years ago
parent
commit
bf9c3af49b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Quick.FileMonitor.pas

+ 2 - 0
Quick.FileMonitor.pas

@@ -35,7 +35,9 @@ interface
 
 uses
   Classes,
+  {$IFDEF MSWINDOWS}
   Windows,
+  {$ENDIF}
   SysUtils,
   {$IFDEF FPC}
   Quick.Files;