mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +03:00
Merge pull request #1653 from ajrhacker/osd_input_fix
Unbreak non-Windows builds yet again (nw)
This commit is contained in:
commit
b76ee2bbad
@ -8,6 +8,8 @@
|
||||
|
||||
#include "input_module.h"
|
||||
|
||||
#if defined(OSD_WINDOWS) || defined(OSD_UWP)
|
||||
|
||||
// MAME headers
|
||||
#include "emu.h"
|
||||
#include "osdepend.h"
|
||||
@ -149,3 +151,4 @@ void windows_osd_interface::customize_input_type_list(simple_list<input_type_ent
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user