diff options
Diffstat (limited to 'dinput/dinput.cpp')
-rw-r--r-- | dinput/dinput.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dinput/dinput.cpp b/dinput/dinput.cpp index 138cac71..1a61ce62 100644 --- a/dinput/dinput.cpp +++ b/dinput/dinput.cpp @@ -1,5 +1,3 @@ -#ifdef _WIN32 - #include "dinput.hpp" #include "compat/win32-com.hpp" #include <QDebug> @@ -89,5 +87,3 @@ dinput_handle::di_t::~di_t() if (handle) unref_di(); } - -#endif |