Eric Biggers 3acda56db0 Declare __stdcall correctly for MSVC
Unfortunately, MSVC only accepts __stdcall after the return type, while
gcc only accepts __attribute__((visibility("default"))) before the
return type.  So we need a macro in each location.

Also, MSVC doesn't define __i386__; that's gcc specific.  So instead use
'_WIN32 && !_WIN64' to detect 32-bit Windows.
2019-12-28 13:20:50 -06:00
..
2019-08-24 17:38:50 -07:00
2019-12-28 13:20:50 -06:00
2016-09-09 19:34:58 -07:00
2019-12-28 13:20:50 -06:00
2016-07-12 13:49:55 -05:00