Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong calling convention for TSDL_TimerCallback function #20

Closed
pda0 opened this issue Jul 15, 2015 · 1 comment
Closed

Wrong calling convention for TSDL_TimerCallback function #20

pda0 opened this issue Jul 15, 2015 · 1 comment

Comments

@pda0
Copy link

pda0 commented Jul 15, 2015

In sdltimer.inc TSDL_TimerCallback type function must be declared as cdecl because it's c library function.

TSDL_TimerCallback = function(interval: UInt32; param: Pointer): UInt32; cdecl;

@ev1313
Copy link
Owner

ev1313 commented Aug 9, 2015

Fixed.

@ev1313 ev1313 closed this as completed Aug 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants