summaryrefslogtreecommitdiffhomepage
path: root/opentrack-compat/sleep.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-10-20 03:23:57 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-10-20 03:23:57 +0200
commit6186f49000e6895b03661cd01c3f1c9c5950577a (patch)
tree2353488ae6eb4de89c35b8d0b7effe82c7ba2522 /opentrack-compat/sleep.hpp
parentf1e71e68512bc58f3f41ba4566f9d1574773d742 (diff)
all: comments only
Diffstat (limited to 'opentrack-compat/sleep.hpp')
-rw-r--r--opentrack-compat/sleep.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack-compat/sleep.hpp b/opentrack-compat/sleep.hpp
index 27920842..e7c70285 100644
--- a/opentrack-compat/sleep.hpp
+++ b/opentrack-compat/sleep.hpp
@@ -3,7 +3,7 @@
namespace portable
{
#ifdef _WIN32
- #include <windows.h>
+# include <windows.h>
template<typename = void>
void sleep(unsigned milliseconds)