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

Use language neutral header for callstack capability detection.

This fixes call stack collection in C API when TRACY_CALLSTACK is
defined.
This commit is contained in:
Bartosz Taudul
2019-01-27 13:41:32 +01:00
parent 16b398ffeb
commit a708bebbfd
3 changed files with 24 additions and 12 deletions
+2
View File
@@ -4,6 +4,8 @@
#include <stddef.h>
#include <stdint.h>
#include "client/TracyCallstack.h"
#ifdef __cplusplus
extern "C" {
#endif