diff options
Diffstat (limited to 'app/win/shell.cc')
-rw-r--r-- | app/win/shell.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/win/shell.cc b/app/win/shell.cc index a951315..cf47387 100644 --- a/app/win/shell.cc +++ b/app/win/shell.cc @@ -81,7 +81,7 @@ void SetAppIdForWindow(const string16& app_id, HWND hwnd) { std::wstring shell32_filename(kShell32); FilePath shell32_filepath(shell32_filename); base::NativeLibrary shell32_library = base::LoadNativeLibrary( - shell32_filepath); + shell32_filepath, NULL); if (!shell32_library) return; |