File tree Expand file tree Collapse file tree
integration_tests/flutter_gallery/windows/runner
manual_tests/windows/runner
platform_channel/windows/runner
packages/flutter_tools/templates/app_shared/windows.tmpl/runner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ void EnableFullDpiSupportIfAvailable(HWND hwnd) {
3535 GetProcAddress (user32_module, " EnableNonClientDpiScaling" ));
3636 if (enable_non_client_dpi_scaling != nullptr ) {
3737 enable_non_client_dpi_scaling (hwnd);
38- FreeLibrary (user32_module);
3938 }
39+ FreeLibrary (user32_module);
4040}
4141
4242} // namespace
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ void EnableFullDpiSupportIfAvailable(HWND hwnd) {
3535 GetProcAddress (user32_module, " EnableNonClientDpiScaling" ));
3636 if (enable_non_client_dpi_scaling != nullptr ) {
3737 enable_non_client_dpi_scaling (hwnd);
38- FreeLibrary (user32_module);
3938 }
39+ FreeLibrary (user32_module);
4040}
4141
4242} // namespace
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ void EnableFullDpiSupportIfAvailable(HWND hwnd) {
3535 GetProcAddress (user32_module, " EnableNonClientDpiScaling" ));
3636 if (enable_non_client_dpi_scaling != nullptr ) {
3737 enable_non_client_dpi_scaling (hwnd);
38- FreeLibrary (user32_module);
3938 }
39+ FreeLibrary (user32_module);
4040}
4141
4242} // namespace
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ void EnableFullDpiSupportIfAvailable(HWND hwnd) {
3535 GetProcAddress (user32_module, " EnableNonClientDpiScaling" ));
3636 if (enable_non_client_dpi_scaling != nullptr ) {
3737 enable_non_client_dpi_scaling (hwnd);
38- FreeLibrary (user32_module);
3938 }
39+ FreeLibrary (user32_module);
4040}
4141
4242} // namespace
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ void EnableFullDpiSupportIfAvailable(HWND hwnd) {
3131 GetProcAddress (user32_module, " EnableNonClientDpiScaling" ));
3232 if (enable_non_client_dpi_scaling != nullptr ) {
3333 enable_non_client_dpi_scaling (hwnd);
34- FreeLibrary (user32_module);
3534 }
35+ FreeLibrary (user32_module);
3636}
3737
3838} // namespace
You can’t perform that action at this time.
0 commit comments