mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Always define NOMINMAX and friends globally
Repeating this every time is worse than defining them in the compiler command line.
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#define __WINE_WINSOCKAPI_STDLIB_H
|
||||
#define _WINSOCKAPI_
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <function2/function2.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user