mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
work in progress for buddylookup on windows
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@329 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
7f5cfba184
commit
0daa3fa9f1
1 changed files with 2 additions and 2 deletions
|
|
@ -288,8 +288,8 @@ int ms_load_plugins(const char *dir){
|
|||
/* load library */
|
||||
HINSTANCE os_handle;
|
||||
UINT em;
|
||||
// em = SetErrorMode (SEM_FAILCRITICALERRORS);
|
||||
em = SetErrorMode (0);
|
||||
em = SetErrorMode (SEM_FAILCRITICALERRORS);
|
||||
|
||||
snprintf(szPluginFile, sizeof(szPluginFile), "%s\\%s", szDirPath, FileData.cFileName);
|
||||
os_handle = LoadLibraryEx (szPluginFile, NULL, LOAD_WITH_ALTERED_SEARCH_PATH);
|
||||
if (os_handle==NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue