summaryrefslogtreecommitdiffhomepage
path: root/dinput/keybinding-worker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dinput/keybinding-worker.cpp')
-rw-r--r--dinput/keybinding-worker.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/dinput/keybinding-worker.cpp b/dinput/keybinding-worker.cpp
index 3850d80b..30d21534 100644
--- a/dinput/keybinding-worker.cpp
+++ b/dinput/keybinding-worker.cpp
@@ -8,9 +8,8 @@
#ifdef _WIN32
-#include "compat/sleep.hpp"
-#include "compat/util.hpp"
#include "keybinding-worker.hpp"
+#include "compat/meta.hpp"
#include <QDebug>
#include <QMutexLocker>
@@ -195,7 +194,7 @@ void KeybindingWorker::run()
}
}
- portable::sleep(100);
+ Sleep(100);
}
}