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

git-svn-id: svn://10.0.0.236/trunk@41209 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com
1999-07-27 01:48:18 +00:00
parent c0b6ee0f37
commit fc79063bbb

View File

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