[vlc-devel] commit: __thread is ignored on Windows :( ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Sep 6 17:41:43 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep 6 18:44:29 2008 +0300| [6f3e3a2c7600e5a21f73d8f1f0744a6d17607de9] | committer: Rémi Denis-Courmont
__thread is ignored on Windows :(
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f3e3a2c7600e5a21f73d8f1f0744a6d17607de9
---
src/misc/mtime.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/misc/mtime.c b/src/misc/mtime.c
index 5ad852a..afa5705 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
More information about the vlc-devel
mailing list