mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Merged in Muitxer/tracy (pull request #27)
Avoid conflicts with min/max macros
This commit is contained in:
commit
1a50a15212
@ -4,6 +4,9 @@
|
||||
# include <winsock2.h>
|
||||
# include <windows.h>
|
||||
# include <tlhelp32.h>
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
#else
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user