mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
Unbreak non-Windows builds yet again (nw)
This commit is contained in:
parent
477e47ee5f
commit
2d969228c6
@ -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