changing makefile and dialshr to avoid the rasapi32.dll from popping up each time it is not there

This commit is contained in:
varada%netscape.com 1999-07-27 01:48:18 +00:00
Родитель c4ea98fe54
Коммит d970a485c1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;