mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Support capstone 5 from vcpkg
This commit is contained in:
parent
599098912e
commit
f8f74c5f57
@ -2,7 +2,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <capstone.h>
|
||||
#include <capstone/capstone.h>
|
||||
|
||||
#include "imgui.h"
|
||||
#include "TracyCharUtil.hpp"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <capstone.h>
|
||||
#include <capstone/capstone.h>
|
||||
|
||||
#define ZDICT_STATIC_LINKING_ONLY
|
||||
#include "../zstd/zdict.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user