From 234acf74ffab52dec01069f627adcb102716dc5f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 27 Jul 2017 21:22:05 +0200 Subject: [PATCH] forgot the sleep... --- client/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/sleep.c b/client/sleep.c index 6b0717c6b..08a656b9a 100644 --- a/client/sleep.c +++ b/client/sleep.c @@ -8,7 +8,7 @@ // platform-independant sleep macros //----------------------------------------------------------------------------- -#ifndef __WIN32 +#ifndef _WIN32 #define _POSIX_C_SOURCE 199309L #include "sleep.h"