Commit 1dceede1 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Denis-Courmont

vlccore: declare super_mutex and super_variable as static variable on OS/2

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent bb449cfc
......@@ -119,8 +119,8 @@ static ULONG vlc_Sleep (ULONG ulTimeout)
return ( rc != ERROR_TIMEOUT ) ? rc : 0;
}
vlc_mutex_t super_mutex;
vlc_cond_t super_variable;
static vlc_mutex_t super_mutex;
static vlc_cond_t super_variable;
extern vlc_rwlock_t config_lock, msg_lock;
int _CRT_init(void);
......
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