loadso: library handles are now SDL_SharedObject*
instead of void*
.
Improved the SDL_loadso.h documentation a little, too. Fixes #11009.
This commit is contained in:
parent
f351395c46
commit
0b5e01a305
38 changed files with 102 additions and 73 deletions
|
@ -35,7 +35,7 @@ int main(int argc, char *argv[])
|
|||
int hello = 0;
|
||||
const char *libname = NULL;
|
||||
const char *symname = NULL;
|
||||
void *lib = NULL;
|
||||
SDL_SharedObject *lib = NULL;
|
||||
fntype fn = NULL;
|
||||
SDLTest_CommonState *state;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue