From 0bde0509f1c7911c3eaf64f7fa1442349859e942 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 13 Sep 2008 08:14:09 +0000 Subject: Missing FPC Delphi-Mode defines added git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1373 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/bass/delphi/bass.pas | 1 + src/lib/other/WinAllocation.pas | 4 ++++ 2 files changed, 5 insertions(+) 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; -- cgit v1.2.3