fix build error

This commit is contained in:
2024-05-17 22:55:20 +08:00
parent f9e5b2074b
commit 418f365d43

View File

@@ -297,7 +297,7 @@ int MainEntry(int argc, char** argv) {
}
// The real main entry
#if defined(_WIN32) || defined(_WIN64) || 1
#if defined(_WIN32) || defined(_WIN64)
extern "C" void __wgetmainargs(int*, wchar_t***, wchar_t***, int, int*);