Eric Biggers 5f3830983c Use stdcall calling convention on 32-bit Windows
Not all programming languages support the cdecl calling convention.
stdcall is what the Win32 API uses, and it seems to be the better choice
for maximum compatibility with other programming languages.

So, switch from cdecl to stdcall.

Resolves https://github.com/ebiggers/libdeflate/issues/58
2019-12-27 10:48:44 -06:00
..
2018-12-28 10:25:44 -06:00
2019-08-30 00:14:43 -05:00
2018-12-28 10:25:44 -06:00
2018-12-28 10:25:44 -06:00
2016-05-21 15:38:15 -05:00