Add back __cdecl on older Wine versions

This commit is contained in:
Robbert van der Helm
2020-12-28 11:47:32 +01:00
parent 6ef740e0b0
commit ae71536639
4 changed files with 27 additions and 3 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Changed part of the build process considering [this Wine
bug](https://bugs.winehq.org/show_bug.cgi?id=49138). Building with Wine 5.7
and 5.8 required a change, but that change now breaks builds using Wine 6.0
and up, so this change has been reverted.
and up. We now detect which version of Wine is used to build with, and we then
apply the change conditionally to be able to support building with both older
and newer versions of Wine.
## [2.2.1] - 2020-12-12