|
@@ -60,7 +60,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 捕捉异常
|
|
// 捕捉异常
|
|
|
- SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)ApplicationCrashHandler);
|
|
|
|
|
|
|
+ //SetUnhandledExceptionFilter((LPTOP_LEVEL_EXCEPTION_FILTER)ApplicationCrashHandler);
|
|
|
|
|
|
|
|
// Attach to console when present (e.g., 'flutter run') or create a
|
|
// Attach to console when present (e.g., 'flutter run') or create a
|
|
|
// new console when running with a debugger.
|
|
// new console when running with a debugger.
|