Skip to content

Hotfix(Fully Disabled C++ 17 Deprecation Warning) #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
> [!NOTE]\
> 有新的功能建议或者Bug可以提交Issues (当然你也可以尝试自己修改代码后提交到该仓库\
> New feature suggestions or bugs can be commit as issues. Of course, you can also try modifying the code yourself and then commit it to the repository.
> > Dome
> > Projects as Example
> > - [Phasmophobia Cheat](https://github.com/issuimo/PhasmophobiaCheat/tree/main)
> > - [Sausage Man](https://github.com/issuimo/SausageManCheat)

Expand Down
2 changes: 1 addition & 1 deletion UnityResolve.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef UNITYRESOLVE_HPP
#define UNITYRESOLVE_HPP

#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
// ============================== 自动检测当前环境 ==============================

#if defined(_WIN32) || defined(_WIN64)
Expand Down