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

Merge TracyThread.hpp to TracySystem.cpp.

Keeping threading functions inside a source file prevents poisoning by
including windows.h.
This commit is contained in:
Bartosz Taudul
2017-09-25 21:13:59 +02:00
parent 0d24a2739d
commit 206305fbd2
5 changed files with 41 additions and 57 deletions
+1 -1
View File
@@ -3,8 +3,8 @@
#include <stdint.h>
#include "../common/TracySystem.hpp"
#include "TracyProfiler.hpp"
#include "TracyThread.hpp"
namespace tracy
{