We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efa3c2 commit b215487Copy full SHA for b215487
shell/platform/windows/flutter_windows_win32.cc
@@ -67,7 +67,7 @@ bool FlutterDesktopViewControllerHandleTopLevelWindowProc(
67
}
68
69
uint64_t FlutterDesktopEngineProcessMessages(FlutterDesktopEngineRef engine) {
70
- return std::numeric_limits<uint64_t>::max();
+ return std::chrono::nanoseconds::max().count();
71
72
73
void FlutterDesktopPluginRegistrarRegisterTopLevelWindowProcDelegate(
0 commit comments