Likely fix compilation; follow the standard Selector setup correctly.

This commit is contained in:
Ben Anderson
2005-05-26 00:35:54 +00:00
parent c962fa49ee
commit ab49ff09b9
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ public:
private:
bool m_bFoundDevice;
};
#define USE_INPUT_HANDLER_WIN32_MIDI
#endif
+1 -1
View File
@@ -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