mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
Fix compiling on non-windows SDL targets. (no whatsnew)
This commit is contained in:
parent
7b9e4bae0e
commit
9a8095f9b3
@ -55,7 +55,7 @@ static FILE *output;
|
||||
// FUNCTION PROTOTYPES
|
||||
//============================================================
|
||||
|
||||
static void sdloutput_exit(running_machine *machine);
|
||||
static void sdloutput_exit(running_machine &machine);
|
||||
static void notifier_callback(const char *outname, INT32 value, void *param);
|
||||
|
||||
//============================================================
|
||||
|
Loading…
Reference in New Issue
Block a user