mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-13 00:29:45 +00:00
Add missing NOMINMAX definitions.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
#ifdef TRACY_HAS_CALLSTACK
|
||||
|
||||
#if TRACY_HAS_CALLSTACK == 1
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
# include <windows.h>
|
||||
# ifdef _MSC_VER
|
||||
# pragma warning( push )
|
||||
|
||||
Reference in New Issue
Block a user