| Index: runtime/bin/extensions_win.cc
|
| diff --git a/runtime/bin/extensions_win.cc b/runtime/bin/extensions_win.cc
|
| index 63462ee27de5bae8e6fbb18c32fc78607261b5b7..8c0a15fb5c32619a467cd5755bc6240fb80b97cf 100644
|
| --- a/runtime/bin/extensions_win.cc
|
| +++ b/runtime/bin/extensions_win.cc
|
| @@ -13,6 +13,9 @@
|
| namespace dart {
|
| namespace bin {
|
|
|
| +const char* kPrecompiledLibraryName = "precompiled.dll";
|
| +const char* kPrecompiledSymbolName = "_kInstructionsSnapshot";
|
| +
|
| void* Extensions::LoadExtensionLibrary(const char* library_file) {
|
| return LoadLibraryW(StringUtilsWin::Utf8ToWide(library_file));
|
| }
|
|
|