diff options
author | stijn <stinos@zoho.com> | 2014-05-10 10:42:40 +0200 |
---|---|---|
committer | stijn <stinos@zoho.com> | 2014-05-10 10:42:40 +0200 |
commit | f45a83d7fc964b10acc5d7d0da65a8157489562f (patch) | |
tree | 427c6866161257e06465e77a9bba378c97c142fc /windows/sleep.c | |
parent | 6e8085b425a9d02ac3e204651e2c9d8de9a23a85 (diff) |
mingw: Fix compilation issues
- use lowercase windows.h
- fix for mingw32 using preprocessor-unfriendly definition of CLOCKS_PER_SEC
Diffstat (limited to 'windows/sleep.c')
-rw-r--r-- | windows/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/sleep.c b/windows/sleep.c index 98387350f..a7e5125e5 100644 --- a/windows/sleep.c +++ b/windows/sleep.c @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -#include <Windows.h> +#include <windows.h> extern HANDLE hSleepEvent; |