mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-12 23:32:11 +02:00
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:
@@ -25,7 +25,8 @@
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#define WINE_NOWINSOCK
|
||||
#define __WINE_WINSOCKAPI_STDLIB_H
|
||||
#define _WINSOCKAPI_
|
||||
#endif
|
||||
#include <windows.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user