mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>)

Originally committed as revision 1721 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Sascha Sommer 2003-03-31 01:49:18 +00:00 committed by Michael Niedermayer
parent 9b8709d135
commit 8437bd7bc8

View File

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