Commit 4ff5360d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Win32: fix warning

parent 7be88d32
...@@ -95,7 +95,7 @@ static inline unsigned long vlc_threadid (void) ...@@ -95,7 +95,7 @@ static inline unsigned long vlc_threadid (void)
return v.i; return v.i;
#elif defined (WIN32) #elif defined (WIN32)
return GetCurrentThread (); return GetCurrentThreadId ();
#else #else
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment