Fix build on Wine 6.8 #103

Wine dropped `WINE_NOWINSOCK`, so now we sadly have to define this
globally instead.
This commit is contained in:
Robbert van der Helm
2021-05-11 02:21:23 +02:00
parent f1d7b7bf57
commit 5577c4bfd8
5 changed files with 16 additions and 4 deletions
+5
View File
@@ -25,6 +25,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
objects on both sides. This greatly reduces the overhead of our VST3 bridging
by getting rid of all memory allocations during audio processing.
### Fixed
- Fixed builds on Wine 6.8 because of internal changes to Wine's `windows.h`
implementation.
## [3.2.0] - 2021-05-03
### Added