mirror of https://github.com/mpv-player/mpv
Remove #ifdef __OpenBSD__, there is no indication this is needed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21356 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8d2dfb5ebf
commit
bbd224d152
|
@ -1,4 +1,4 @@
|
|||
#if defined(__APPLE__) || defined(__OpenBSD__)
|
||||
#if defined(__APPLE__)
|
||||
# define SYM(x) _ ## x
|
||||
#else
|
||||
# define SYM(x) x
|
||||
|
|
Loading…
Reference in New Issue