Fixed building SDL_loadso.c on MacOS Classic
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40709
This commit is contained in:
parent
8c49a5a054
commit
56ded773bc
2 changed files with 1 additions and 1 deletions
BIN
MPWmake.sea.bin
BIN
MPWmake.sea.bin
Binary file not shown.
|
@ -203,7 +203,7 @@ void SDL_UnloadObject(void *handle)
|
|||
#elif defined(macintosh)
|
||||
/* * */
|
||||
library_id = (CFragConnectionID)handle;
|
||||
CloseConnection(library_id);
|
||||
CloseConnection(&library_id);
|
||||
#elif defined(__MINT__) && defined(ENABLE_LDG)
|
||||
/* * */
|
||||
ldg_close((LDG *)handle, ldg_global);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue