DEADSOFTWARE

fix building on linux with mpg123
[d2df-sdl.git] / src / lib / mpg123 / mpg123.pas
index 40ccc923b2e22d2f2611b5ac73649f5e6a7db97b..f928c8306531236012d2e77a207598be8a187dcd 100644 (file)
@@ -53,7 +53,8 @@ type
   ppclong = ^pclong;
   pcsize_t = ^csize_t;
   ppcint = ^pcint;
-  off_t = cint;
+(* off_t = cint; *)
+  off_t = coff_t;
   ppoff_t = ^poff_t;
   poff_t = ^coff_t;
   ppcuchar = ^pcuchar;