Get rid of explicit calling convention on main()

Fixes builds on Wine 6.0, and it's apparently also no longer needed for
Wine 5.9 and up.
This commit is contained in:
Robbert van der Helm
2020-12-14 23:12:25 +01:00
parent 42c484bfc0
commit 449b17b5e2
3 changed files with 11 additions and 10 deletions
+9
View File
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] - 2020-12-12
### Changed
- 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.
## [2.2.1] - 2020-12-12
### Fixed