Skip to content

Commit

Permalink
TSDL_TimerCallback now cdecl.
Browse files Browse the repository at this point in the history
  • Loading branch information
ev1313 committed Aug 9, 2015
1 parent 8a03b44 commit e5ccadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdltimer.inc
Expand Up @@ -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.
Expand Down

0 comments on commit e5ccadb

Please sign in to comment.