зеркало из https://github.com/mozilla/gecko-dev.git
changing makefile and dialshr to avoid the rasapi32.dll from popping up each time it is not there
This commit is contained in:
Родитель
c4ea98fe54
Коммит
d970a485c1
|
@ -3381,7 +3381,7 @@ static short createDialerShortcut( char* szDesktop, // Desktop path
|
|||
DWORD size = stRASENTRYNAME * MAX_PATH;
|
||||
DWORD entries;
|
||||
|
||||
if ( 0 != RasEnumEntries( NULL, pbPath, rasEntryName, &size, &entries ) )
|
||||
if ( 0 != (*m_lpfnRasEnumEntries)( NULL, pbPath, rasEntryName, &size, &entries ) )
|
||||
return -4;
|
||||
|
||||
BOOL exists = FALSE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче