From fc79063bbbeca43efff3a01f6561982e02745868 Mon Sep 17 00:00:00 2001 From: "varada%netscape.com" Date: Tue, 27 Jul 1999 01:48:18 +0000 Subject: [PATCH] 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 --- mozilla/profile/Acct/dialshr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/profile/Acct/dialshr.cpp b/mozilla/profile/Acct/dialshr.cpp index 0c79e078349..f5755e18de7 100644 --- a/mozilla/profile/Acct/dialshr.cpp +++ b/mozilla/profile/Acct/dialshr.cpp @@ -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;