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
+4
View File
@@ -4,6 +4,10 @@
# if defined _WIN32 || defined __CYGWIN__
# ifndef NOMINMAX
# define NOMINMAX
# endif
# define INITGUID
# include <assert.h>
# include <string.h>