2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

CoInitializeEx usage tweak

This commit is contained in:
Jack Andersen
2016-06-17 10:44:49 -10:00
parent db092f39cd
commit 7335a528f0
2 changed files with 3 additions and 3 deletions

View File

@@ -85,14 +85,14 @@ static void AthenaExc(athena::error::Level level, const char* file,
va_end(ap);
}
#if HECL_UCS2
#if _WIN32
int wmain(int argc, const wchar_t** argv)
#else
int main(int argc, const char** argv)
#endif
{
#if _WIN32
CoInitializeEx(nullptr, COINIT_MULTITHREADED);
CoInitializeEx(nullptr, COINIT_MULTITHREADED | COINIT_DISABLE_OLE1DDE);
#else
std::setlocale(LC_ALL, "en-US.UTF-8");
#endif

2
hecl/extern/boo vendored

Submodule hecl/extern/boo updated: 9724488da3...4f7845f4ce