Likely fix compilation; follow the standard Selector setup correctly.
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
private:
|
||||
bool m_bFoundDevice;
|
||||
};
|
||||
|
||||
#define USE_INPUT_HANDLER_WIN32_MIDI
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ void MakeInputHandlers(CString drivers, vector<InputHandler *> &Add)
|
||||
#ifdef USE_INPUT_HANDLER_WIN32_PUMP
|
||||
if(!s->CompareNoCase("Pump") ) ret = new InputHandler_Win32_Pump;
|
||||
#endif
|
||||
#ifdef USE_INPUT_HANDLER_WIN32_PARA
|
||||
#ifdef USE_INPUT_HANDLER_WIN32_MIDI
|
||||
if(!s->CompareNoCase("MIDI") ) ret = new InputHandler_Win32_MIDI;
|
||||
#endif
|
||||
#ifdef USE_INPUT_HANDLER_X11
|
||||
|
||||
Reference in New Issue
Block a user