mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 21:15:51 +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:
@@ -22,7 +22,8 @@
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#define WINE_NOWINSOCK
|
||||
#define __WINE_WINSOCKAPI_STDLIB_H
|
||||
#define _WINSOCKAPI_
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <function2/function2.hpp>
|
||||
|
||||
Reference in New Issue
Block a user