From: RĂ©mi Denis-Courmont Date: Sat, 6 Sep 2008 15:44:29 +0000 (+0300) Subject: __thread is ignored on Windows :( X-Git-Tag: 1.0.0-pre1~3489 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6f3e3a2c7600e5a21f73d8f1f0744a6d17607de9;p=vlc __thread is ignored on Windows :( --- diff --git a/src/misc/mtime.c b/src/misc/mtime.c index 5ad852a2b9..afa5705c7a 100644 --- a/src/misc/mtime.c +++ b/src/misc/mtime.c @@ -373,7 +373,7 @@ void mwait( mtime_t date ) void msleep( mtime_t delay ) { #ifndef NDEBUG -# if defined (__linux__) || defined (WIN32) +# if defined (__linux__) /* We assume that proper use of msleep() will not use a constant period... * Media synchronization is likely to use mwait() with at least slight * sleep length variation at microsecond precision. Network protocols