mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-06 05:19:16 +00:00
Fixed compiler warnings.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
#if defined _MSC_VER || defined __CYGWIN__ || defined _WIN32
|
||||
# ifndef WIN32_LEAN_AND_MEAN
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
# endif
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
# include <windows.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user