fix build error
This commit is contained in:
@@ -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*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user