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

Bump zstd to 1.5.7, use CPM to download.

This commit is contained in:
Bartosz Taudul
2025-02-19 23:47:37 +01:00
parent 8ad05c66ae
commit c5dc5f4455
79 changed files with 22 additions and 50925 deletions
+2 -3
View File
@@ -9,11 +9,11 @@
#include <stdio.h>
#include <string.h>
#include <string>
#include <sys/stat.h>
#include <thread>
#include <utility>
#include <vector>
#include <sys/stat.h>
#include <zstd.h>
#ifdef _MSC_VER
# define stat64 _stat64
@@ -28,7 +28,6 @@
#include "../public/common/TracyYield.hpp"
#include "../public/common/tracy_lz4.hpp"
#include "../public/common/TracyForceInline.hpp"
#include "../zstd/zstd.h"
namespace tracy
{