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

C API prototype.

This commit is contained in:
Bartosz Taudul
2019-01-14 20:55:37 +01:00
parent 73cbd7dc3a
commit 1f0d1fdfdc
3 changed files with 161 additions and 2 deletions
+6 -2
View File
@@ -30,8 +30,12 @@
# endif
#endif
#define TracyConcat(x,y) TracyConcatIndirect(x,y)
#define TracyConcatIndirect(x,y) x##y
#ifndef TracyConcat
# define TracyConcat(x,y) TracyConcatIndirect(x,y)
#endif
#ifndef TracyConcatIndirect
# define TracyConcatIndirect(x,y) x##y
#endif
namespace tracy
{