aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/JEDI-SDL/moduleloader-libc.patch
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-11-07 15:33:52 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:49 +0100
commit9aa21eaa8464317985c1d5ee1b8fa577cc2d2473 (patch)
tree8e511c8d7c55829323742858df69349969824ee5 /src/lib/JEDI-SDL/moduleloader-libc.patch
parent3260749d369d3466c345d40a8b2189c32c8c1b60 (diff)
downloadusdx-9aa21eaa8464317985c1d5ee1b8fa577cc2d2473.tar.gz
usdx-9aa21eaa8464317985c1d5ee1b8fa577cc2d2473.tar.xz
usdx-9aa21eaa8464317985c1d5ee1b8fa577cc2d2473.zip
removed deprecated stuff
Diffstat (limited to '')
-rw-r--r--src/lib/JEDI-SDL/moduleloader-libc.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/lib/JEDI-SDL/moduleloader-libc.patch b/src/lib/JEDI-SDL/moduleloader-libc.patch
deleted file mode 100644
index 02255db0..00000000
--- a/src/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;