diff options
Diffstat (limited to 'src/lib/other')
-rw-r--r-- | src/lib/other/WinAllocation.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/other/WinAllocation.pas b/src/lib/other/WinAllocation.pas index 7c26a0e5..ba1b0919 100644 --- a/src/lib/other/WinAllocation.pas +++ b/src/lib/other/WinAllocation.pas @@ -12,6 +12,10 @@ unit WinAllocation; interface +{$IFDEF FPC} + {$MODE Delphi} +{$ENDIF} + uses Classes, Windows; |