From f45a83d7fc964b10acc5d7d0da65a8157489562f Mon Sep 17 00:00:00 2001 From: stijn Date: Sat, 10 May 2014 10:42:40 +0200 Subject: mingw: Fix compilation issues - use lowercase windows.h - fix for mingw32 using preprocessor-unfriendly definition of CLOCKS_PER_SEC --- windows/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/sleep.c') 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 +#include extern HANDLE hSleepEvent; -- cgit v1.2.3