mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Disable MSVC idiocy.
This commit is contained in:
parent
46dc85c10c
commit
6f31eb2a9d
@ -1,3 +1,7 @@
|
|||||||
|
#ifdef _MSC_VER
|
||||||
|
# pragma warning(disable:4996)
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
# define NOMINMAX
|
# define NOMINMAX
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
# pragma warning(disable:4996)
|
||||||
|
#endif
|
||||||
#if defined _WIN32 || defined __CYGWIN__
|
#if defined _WIN32 || defined __CYGWIN__
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user