1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add missing NOMINMAX definitions.

This commit is contained in:
Bartosz Taudul
2019-10-10 20:29:06 +02:00
parent d4620b4157
commit 707f113bda
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -10,6 +10,9 @@
#include "TracySocket.hpp"
#ifdef _WIN32
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <winsock2.h>
# include <ws2tcpip.h>
# ifdef _MSC_VER