MinGW: Use --add-stdcall-alias linker option
authorDaniel Drake <dan@reactivated.net>
Sun, 19 Sep 2010 13:21:01 +0000 (14:21 +0100)
committerDaniel Drake <dan@reactivated.net>
Sun, 19 Sep 2010 14:09:17 +0000 (15:09 +0100)
commitbd623f70d99fad8b975f8d4ee62ea4b1abf1272f
tree05047929f588535a6c2c90cb13a9f2be16f115f4
parent29f9f9e3af3340df6a955881a93caf9d2a6d08d6
MinGW: Use --add-stdcall-alias linker option

Naming of symbols inside the library is inconsistent on Windows:
http://wyw.dcweb.cn/stdcall.htm

Use this linker option to add aliases which add compatibility with
the "MSVC DLL" platform when a DEF file is used. It also better matches
the appearance of the Windows API itself.
configure.ac