mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-08 11:50:00 -04:00

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