-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use MIXCALL and MIXCALLCC for own API
When library is built as VB6 binding, the function call pointers conflict gets resulted when attempting to set the function pointer into SDL2 api that still use own SDLCALL variant. So, keep all function pointers use default SDLCALL, but MixerX's API will use MIXCALL which will OR equal to SDLCALL, OR will use own setup when VB6 mode is enabled.
- Loading branch information
Showing
7 changed files
with
404 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.