mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 01:16:45 +00:00
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
|
# define SYM(x) _ ## x
|
||||||
#else
|
#else
|
||||||
# define SYM(x) x
|
# define SYM(x) x
|
||||||
|
Loading…
Reference in New Issue
Block a user