mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 10:58:09 +00:00
[c-host] provide a platform agnostic method of passing args to app_main
This commit is contained in:
@@ -256,7 +256,7 @@ static bool captureRestart()
|
||||
return true;
|
||||
}
|
||||
|
||||
int app_main()
|
||||
int app_main(int argc, char * argv[])
|
||||
{
|
||||
if (!installCrashHandler(os_getExecutable()))
|
||||
DEBUG_WARN("Failed to install the crash handler");
|
||||
|
Reference in New Issue
Block a user