mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
SDL: fix for OS/2 compile [K.O. Myung-Hun]
This commit is contained in:
parent
2d019cd93c
commit
821f78f286
@ -74,7 +74,7 @@ static void sdl_kill(running_machine &machine);
|
||||
static int sdl_create_buffers(void);
|
||||
static void sdl_destroy_buffers(void);
|
||||
static void sdl_cleanup_audio(running_machine &machine);
|
||||
static void sdl_callback(void *userdata, Uint8 *stream, int len);
|
||||
static void SDLCALL sdl_callback(void *userdata, Uint8 *stream, int len);
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user