OpenBSD && ELF fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8250 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-11-22 09:00:42 +00:00
parent a4113d89b4
commit f1c44b1f65
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
/* Feel free to add more to the list, eg. a.out IMO */
#if defined(__CYGWIN__) || defined(__OS2__) || \
(defined(__OpenBSD__) && !defined(ELF))
(defined(__OpenBSD__) && !defined(__ELF__))
#define MANGLE(a) "_" #a
#else
#define MANGLE(a) #a