use a GCC equivalent for __stdcall where applicable
authorRodrigo Silva <github@rodrigosilva.com>
Fri, 25 Mar 2016 18:19:12 +0000 (15:19 -0300)
committerMestreLion <linux@rodrigosilva.com>
Fri, 25 Mar 2016 19:05:26 +0000 (16:05 -0300)
commit34b9de9a246cefc99b1f60783134995b6a96c631
treeaea59e5558ddced3cc55f7c647350c98bd961f64
parent3f694cf9609685c84b72d9aad30a8929a763a51c
use a GCC equivalent for __stdcall where applicable

GCC on 32-bit architectures has __attribute__((stdcall)) as
an equivalent to Windows __stdcall, so use it conditionally
instead of leaving it blank for all non-Windows platforms.

This may benefit all platforms where GCC or compatible
compilers are used, including (but not limited to) Linux.
include/ext_ADL.h