Fix compiling on non-windows SDL targets. (no whatsnew)

This commit is contained in:
Wilbert Pol 2010-06-30 17:50:48 +00:00
parent 7b9e4bae0e
commit 9a8095f9b3

View File

@ -55,7 +55,7 @@ static FILE *output;
// FUNCTION PROTOTYPES // 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); static void notifier_callback(const char *outname, INT32 value, void *param);
//============================================================ //============================================================