mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Merge pull request #264 from michal-z/master
Undo my previous change regarding zig cc.
This commit is contained in:
commit
e929946120
@ -52,21 +52,6 @@ static constexpr int GetSamplingPeriod()
|
|||||||
# include "TracyProfiler.hpp"
|
# include "TracyProfiler.hpp"
|
||||||
# include "TracyThread.hpp"
|
# include "TracyThread.hpp"
|
||||||
|
|
||||||
// Note: Mingw-w64 currently does not provide below declarations so we add them here.
|
|
||||||
#ifdef __MINGW64__
|
|
||||||
|
|
||||||
#define EVENT_FILTER_TYPE_EVENT_ID 0x80000200
|
|
||||||
#define EVENT_ENABLE_PROPERTY_IGNORE_KEYWORD_0 0x010
|
|
||||||
|
|
||||||
typedef struct _EVENT_FILTER_EVENT_ID {
|
|
||||||
BOOLEAN FilterIn;
|
|
||||||
UCHAR Reserved;
|
|
||||||
USHORT Count;
|
|
||||||
USHORT Events[ANYSIZE_ARRAY];
|
|
||||||
} EVENT_FILTER_EVENT_ID, *PEVENT_FILTER_EVENT_ID;
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user