Browse Source

bin: fix linkage on OS/2

Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
pull/119/head
KO Myung-Hun 6 years ago
committed by Steve Lhomme
parent
commit
e3f60a38d4
  1. 1
      bin/vlc.c

1
bin/vlc.c

@ -45,6 +45,7 @@
# define pthread_t int
# define pthread_self() _gettid()
# define pthread_sigmask(h, i, o) sigprocmask(h, i, o)
static char *FromSystem(const void *str)
{

Loading…
Cancel
Save