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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user