mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Windows fixes
This commit is contained in:
@@ -236,7 +236,9 @@ int WINAPIV main(Platform::Array<Platform::String^>^ params)
|
||||
int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE, LPWSTR lpCmdLine, int)
|
||||
{
|
||||
int argc = 0;
|
||||
const boo::SystemChar** argv = (const wchar_t**)(CommandLineToArgvW(lpCmdLine, &argc));
|
||||
const boo::SystemChar** argv;
|
||||
if (lpCmdLine[0])
|
||||
argv = (const wchar_t**)(CommandLineToArgvW(lpCmdLine, &argc));
|
||||
static boo::SystemChar selfPath[1024];
|
||||
GetModuleFileNameW(nullptr, selfPath, 1024);
|
||||
static const boo::SystemChar* booArgv[32] = {};
|
||||
|
||||
2
amuse
2
amuse
Submodule amuse updated: 77c7daa67c...d7011f0e77
2
hecl
2
hecl
Submodule hecl updated: 48996c1548...3cca5be30b
Reference in New Issue
Block a user