This commit is contained in:
世元 李
2020-03-22 18:44:07 +08:00
parent f46573572a
commit ab9535dc03
46 changed files with 725 additions and 59 deletions

View File

@@ -26,6 +26,10 @@ extern "C" DLLAPI DWORD VioMode = 0;
extern "C" DLLAPI bool IsSuccess = false;
//框架备用
extern "C" DLLAPI bool blockRestoreSrc = false;
extern "C" DLLAPI bool enReplace = false;
extern "C" DLLAPI wchar_t resultstr[1024] = { 0 };
#pragma data_seg()
#pragma comment(linker, "/section:PublicData,rws")