aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/sleep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/sleep.h b/src/utils/sleep.h
index 7cdd081..7c0a84d 100644
--- a/src/utils/sleep.h
+++ b/src/utils/sleep.h
@@ -2,7 +2,9 @@
2 2
3STATIC void msleep(int); 3STATIC void msleep(int);
4 4
5#if defined(WIN32) 5#if defined(_WIN32)
6
7#include <windows.h>
6 8
7#define NISSY_CANSLEEP true 9#define NISSY_CANSLEEP true
8 10

Generated with cgit - Back to sebastiano.tronto.net