diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/collections/CollLibrary.pas | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/collections/CollLibrary.pas b/src/lib/collections/CollLibrary.pas index c4af1fbf..b7e3d268 100644 --- a/src/lib/collections/CollLibrary.pas +++ b/src/lib/collections/CollLibrary.pas @@ -26,9 +26,15 @@ unit CollLibrary; * Revision 1.0 by: Matthew Greet Rev date: 06/04/03 10:40:32 * Initial revision. * + * FPC compatibility fixes by: UltraStar Deluxe Team + * * $Endlog$ *****************************************************************************) +{$IFDEF FPC} + {$MODE Delphi}{$H+} +{$ENDIF} + interface uses |