From 037bd2f061ff1fdf49009b2c926ea0503734d149 Mon Sep 17 00:00:00 2001 From: fredvs Date: Thu, 28 Jul 2016 17:02:17 +0200 Subject: [PATCH] Updated LibMpg123-32.dll for Windows 32 bit. Now the library is compatible with Windows XP to Windows 10. --- examples/SimplePlayer_MSE.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/SimplePlayer_MSE.pas b/examples/SimplePlayer_MSE.pas index 015ca50a..281935c2 100644 --- a/examples/SimplePlayer_MSE.pas +++ b/examples/SimplePlayer_MSE.pas @@ -3,6 +3,7 @@ {$ifdef FPC} {$ifdef mswindows}{$apptype gui}{$endif} {$endif} + uses {$ifdef FPC}{$ifdef unix}cthreads,{$endif}{$endif} msegui, mainmse_sp, SysUtils;