Commit 13f25b5
authored
[flutter_local_notifications_windows] add runtimeobject.lib to resolve unresolved WinRT symbols (MaikuB#2650)
Without this, Windows builds fail with unresolved external symbol errors
related to WINRT_IMPL_RoGetActivationFactory and RoOriginateLanguageException.
This links the missing `runtimeobject.lib` explicitly as required by MSVC
since newer Windows SDKs no longer link it implicitly.
Tested on:
- Windows 11 + MSVC 2022
- Flutter stable 3.32.61 parent f47ae34 commit 13f25b5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
0 commit comments