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/other/WinAllocation.pas | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/other') 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