Skip to content

Commit e18c162

Browse files
authored
[dart] Add ntdll.lib for better exception handling in dart (flutter#709)
API added in https://dart.googlesource.com/sdk/+/386a87a8905c48342e1bb9dcbe0ff693690468a7 for better exception handling on Windows needs this library.
1 parent 3a77d4b commit e18c162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/config/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ config("default_libs") {
113113
"dnsapi.lib",
114114
"iphlpapi.lib",
115115
"msimg32.lib",
116+
"ntdll.lib",
116117
"odbc32.lib",
117118
"odbccp32.lib",
118119
"ole32.lib",

0 commit comments

Comments
 (0)