Merged. Thanks for the contribution 👍

Win: Only define NOMINMAX if it's not already defined
This commit is contained in:
Ladislav Zezula
2025-06-13 21:45:29 +02:00
committed by GitHub

View File

@@ -54,7 +54,9 @@
#include <stdio.h>
// Suppress definitions of `min` and `max` macros by <windows.h>:
#ifndef NOMINMAX
#define NOMINMAX 1
#endif
#include <windows.h>
#include <wininet.h>