]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
Win32: use the destructor function for TLS (fixes #2398)
[vlc] / include / vlc_threads.h
index 71a8dbec5f025dc0678126a7d968cf29839763d0..4057f65d6809a1f97dc6c92a8e110d869782455b 100644 (file)
@@ -128,7 +128,7 @@ typedef struct
 #define VLC_STATIC_MUTEX { 0, }
 
 typedef HANDLE  vlc_cond_t;
-typedef DWORD   vlc_threadvar_t;
+typedef struct vlc_threadvar *vlc_threadvar_t;
 
 #endif