From 1ba91d5a0e1df7419a561f6dcf16a0839509a5e7 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 27 Aug 2008 13:28:57 +0000 Subject: Reordering of the directories[1]: moving Game/Code to src git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1302 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/JEDI-SDL/moduleloader-libc.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Game/Code/lib/JEDI-SDL/moduleloader-libc.patch (limited to 'Game/Code/lib/JEDI-SDL/moduleloader-libc.patch') diff --git a/Game/Code/lib/JEDI-SDL/moduleloader-libc.patch b/Game/Code/lib/JEDI-SDL/moduleloader-libc.patch deleted file mode 100644 index 02255db0..00000000 --- a/Game/Code/lib/JEDI-SDL/moduleloader-libc.patch +++ /dev/null @@ -1,25 +0,0 @@ -Index: SDL/Pas/moduleloader.pas -=================================================================== ---- SDL/Pas/moduleloader.pas (revision 1144) -+++ SDL/Pas/moduleloader.pas (working copy) -@@ -185,15 +185,16 @@ - - {$IFDEF Unix} - uses --{$ifdef Linux} -- Types, -- Libc; --{$else} -+{$ifdef FPC} - dl, - Types, - Baseunix, - Unix; -+{$else} -+ Types, -+ Libc; - {$endif} -+ - type - // Handle to a loaded .so - TModuleHandle = Pointer; -- cgit v1.2.3