1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-03 09:03:48 +00:00
This commit is contained in:
Bryan Roe
2020-04-29 03:01:44 -07:00
parent c7959a8332
commit 71bd469551
11 changed files with 127 additions and 376 deletions

View File

@@ -152,7 +152,7 @@ int signcheck_verifysign(char* filename, int upgrade)
cert.x509 = NULL;
#ifdef WIN32
fopen_s(&pFile, filename, "rb");
_wfopen_s(&pFile, ILibUTF8ToWide(filename, -1), L"rb");
#else
pFile = fopen(filename, "rb");
#endif