1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Merged in rokups/tracy/mingw-support (pull request #26)

MingW support
This commit is contained in:
Rokas K. (rku)
2019-01-20 00:44:44 +00:00
committed by Bartosz Taudul
10 changed files with 68 additions and 44 deletions
+3
View File
@@ -1,3 +1,6 @@
#ifdef __MINGW32__
# define __STDC_FORMAT_MACROS
#endif
#include <algorithm>
#include <assert.h>
#include <chrono>