We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3746

Summary: remove SDLCALL attribute from SDL_BlitFunc() funcptr
Product: SDL Reporter: Ozkan Sezer <sezeroz>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: All   
Attachments: SDLCALL-3 patch

Description Ozkan Sezer 2017-08-13 17:22:39 UTC
Created attachment 2836 [details]
SDLCALL-3 patch

The attached patch removes SDLCALL attribute from SDL_BlitFunc() funcptr.

As far as I can see, *SDL_BlitFunc() is completely internal to SDL with
no specific calling convention requirements.  The actual functions assigned
to SDL_BlitFunc seem to not have any calling conventions specified. So,
easy solution is simply removing the strict calling convention from the
type.
Comment 1 Sam Lantinga 2017-08-14 04:09:14 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/1a13003276fc