aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/other/DirWatch.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/other/DirWatch.pas')
-rw-r--r--Game/Code/lib/other/DirWatch.pas8
1 files changed, 5 insertions, 3 deletions
diff --git a/Game/Code/lib/other/DirWatch.pas b/Game/Code/lib/other/DirWatch.pas
index d302cade..9d395840 100644
--- a/Game/Code/lib/other/DirWatch.pas
+++ b/Game/Code/lib/other/DirWatch.pas
@@ -31,9 +31,11 @@ interface
uses
Windows,
Messages,
- SysUtils,
- UCommon,
- Classes;
+ Classes,
+ {$IFDEF FPC}
+ WinAllocation,
+ {$ENDIF}
+ SysUtils;
type
TNotifyFilters = set of (nfFilename, nfDirname, nfAttrib,