We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6255b43 commit b58c2ecCopy full SHA for b58c2ec
analytics/src/analytics_windows.cc
@@ -261,7 +261,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
261
} else {
262
// Load the library. When loading with a full path string, other
263
// directories are not searched.
264
- hModule = LoadLibraryW(full_dll_path_str);
+ hModule = LoadLibraryW(full_dll_path_str.c_str());
265
if (hModule == NULL) {
266
DWORD dwError = GetLastError();
267
LogError(LOG_TAG "Library load failed for Analytics DLL. Error: %u",
0 commit comments