From e5ccadb64c95f369d1357390f8039eefa3a1d01a Mon Sep 17 00:00:00 2001 From: Tim Blume Date: Sun, 9 Aug 2015 12:15:09 +0000 Subject: [PATCH] TSDL_TimerCallback now cdecl. --- sdltimer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdltimer.inc b/sdltimer.inc index dfb0cd8..bf08104 100644 --- a/sdltimer.inc +++ b/sdltimer.inc @@ -32,7 +32,7 @@ procedure SDL_Delay(ms: UInt32) cdecl; external SDL_LibName {$IFDEF DELPHI} {$IF *} type - TSDL_TimerCallback = function(interval: UInt32; param: Pointer): UInt32; + TSDL_TimerCallback = function(interval: UInt32; param: Pointer): UInt32; cdecl; {** * Definition of the timer ID type.