diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/bass/delphi/bass.pas | 1 | ||||
-rw-r--r-- | src/lib/other/WinAllocation.pas | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/bass/delphi/bass.pas b/src/lib/bass/delphi/bass.pas index 3a342a78..00ba097d 100644 --- a/src/lib/bass/delphi/bass.pas +++ b/src/lib/bass/delphi/bass.pas @@ -14,6 +14,7 @@ unit Bass; interface {$IFDEF FPC} + {$MODE Delphi} {$PACKRECORDS C} {$ENDIF} 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; |