1 Commits

Author SHA1 Message Date
Redacted
7620b9f06f Update main.cpp
Fix oof
2024-05-21 13:45:25 -04:00

View File

@@ -32,7 +32,7 @@ int main() {
#ifdef _WIN32 #ifdef _WIN32
extern "C" { extern "C" {
int wmain(int argc, wchar_t* argv[]) { int wmain(int argc, wchar_t* argv[]) {
return main(0, nullptr); return main();
} }
} }
#endif #endif