From 8102eab40077934dd43c41ba6ed4b44e88115399 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Thu, 10 May 2012 11:35:05 +0000 Subject: add missing cdecl. no obvious consequences or improvments git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2880 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.7/avio.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg-0.7/avio.pas') diff --git a/src/lib/ffmpeg-0.7/avio.pas b/src/lib/ffmpeg-0.7/avio.pas index 426f5f75..0aa9dc77 100644 --- a/src/lib/ffmpeg-0.7/avio.pas +++ b/src/lib/ffmpeg-0.7/avio.pas @@ -200,7 +200,7 @@ type priv_data_size: cint; {const} priv_data_class: PAVClass; flags: cint; - url_check: function (h: PURLContext; mask: cint): cint; + url_check: function (h: PURLContext; mask: cint): cint; cdecl; end; PURLPollEntry = ^TURLPollEntry; -- cgit v1.2.3