mirror of
https://github.com/holub/mame
synced 2025-06-19 18:56:40 +03:00
Put back accidentally replaced conditional compile directive (nw)
This commit is contained in:
parent
f4b5092203
commit
ab6bca008d
@ -11,7 +11,7 @@
|
||||
#include "input_module.h"
|
||||
#include "modules/osdmodule.h"
|
||||
|
||||
#if defined(SDLMAME_SDL2) && /*!defined(SDLMAME_WIN32) &&*/ defined(USE_XINPUT) && USE_XINPUT
|
||||
#if defined(SDLMAME_SDL2) && !defined(SDLMAME_WIN32) && defined(USE_XINPUT) && USE_XINPUT
|
||||
|
||||
// for X11 xinput
|
||||
#include <X11/Xlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user