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

Win32: restore accidentally removed variable

parent 4ff5360d
......@@ -52,6 +52,8 @@ static volatile unsigned i_initializations = 0;
# include <sched.h>
static pthread_mutex_t once_mutex = PTHREAD_MUTEX_INITIALIZER;
#else
static vlc_threadvar_t cancel_key;
#endif
/**
......
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