mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 07:16:52 -05:00
Fixed building SDL_loadso.c on MacOS Classic
This commit is contained in:
parent
ef47886a8a
commit
ace3611030
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…
Reference in New Issue
Block a user