From d361f57c8064ce13a0478653050b169dc94e2e99 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 18 Jan 2018 19:35:08 +0100 Subject: compat/util: retire Adjust usages. --- dinput/keybinding-worker.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dinput/keybinding-worker.cpp') 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 #include @@ -195,7 +194,7 @@ void KeybindingWorker::run() } } - portable::sleep(100); + Sleep(100); } } -- cgit v1.2.3