summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2012-05-27 16:31:22 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2012-05-27 16:31:22 +0000
commit821f78f2866c21ff8de93e20124c39d4d6043b0d (patch)
tree1ee71265587dae60fa6f41b203dbf81c415ad689 /src/osd
parent2d019cd93c5b613450d254539e673594e43f2de9 (diff)
SDL: fix for OS/2 compile [K.O. Myung-Hun]
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/sdl/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/sound.c b/src/osd/sdl/sound.c
index fdc67df1b13..9cac5453930 100644
--- a/src/osd/sdl/sound.c
+++ b/src/osd/sdl/sound.c
@@ -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);