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