1
0

revert: remove stacktrace feature for rust panic.

- remove stacktrace feature for rust panic function due to not all STL are ready for this.
- add more os type in CMake file.
- add lost header in fopen.
This commit is contained in:
2025-08-19 21:47:21 +08:00
parent d52630ac5c
commit 244e39c4d1
3 changed files with 10 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <memory>
#include <cstdio>
namespace yycc::patch::fopen {