Commit ef9a4fcc authored by michaelni's avatar michaelni

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1721 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 32e8b2e0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment