mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +00:00
Add missing C API empty macros.
This commit is contained in:
parent
9f53150a6a
commit
95e3fb1663
13
TracyC.h
13
TracyC.h
@ -38,6 +38,19 @@ typedef const void* TracyCZoneCtx;
|
|||||||
#define TracyCMessageLC(x,y)
|
#define TracyCMessageLC(x,y)
|
||||||
#define TracyCAppInfo(x,y)
|
#define TracyCAppInfo(x,y)
|
||||||
|
|
||||||
|
#define TracyCZoneS(x,y,z)
|
||||||
|
#define TracyCZoneNS(x,y,z,w)
|
||||||
|
#define TracyCZoneCS(x,y,z,w)
|
||||||
|
#define TracyCZoneNCS(x,y,z,w,a)
|
||||||
|
|
||||||
|
#define TracyCAllocS(x,y,z)
|
||||||
|
#define TracyCFreeS(x,y)
|
||||||
|
|
||||||
|
#define TracyCMessageS(x,y,z)
|
||||||
|
#define TracyCMessageLS(x,y)
|
||||||
|
#define TracyCMessageCS(x,y,z,w)
|
||||||
|
#define TracyCMessageLCS(x,y,z)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#ifndef TracyConcat
|
#ifndef TracyConcat
|
||||||
|
Loading…
Reference in New Issue
Block a user