rasapi32: quite a noisy fixme

Jaime Rave jaimerave at ubuntu-co.com
Thu Jun 24 22:00:24 CDT 2010


---
 dlls/rasapi32/rasapi.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dlls/rasapi32/rasapi.c b/dlls/rasapi32/rasapi.c
index 704a8bc..99915d7 100644
--- a/dlls/rasapi32/rasapi.c
+++ b/dlls/rasapi32/rasapi.c
@@ -100,9 +100,12 @@ DWORD WINAPI RasEditPhonebookEntryW(HWND hwnd, LPCWSTR lpszPhonebook, LPCWSTR lp
  *                 RasEnumConnectionsA			[RASAPI32.544]
  */
 DWORD WINAPI RasEnumConnectionsA( LPRASCONNA rca, LPDWORD lpcb, LPDWORD lpcConnections) {
-	/* Remote Access Service stuff is done by underlying OS anyway */
-	FIXME("(%p,%p,%p),stub!\n",rca,lpcb,lpcConnections);
-	FIXME("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
+    static int i;	
+    /* Remote Access Service stuff is done by underlying OS anyway */
+	TRACE("(%p,%p,%p),stub!\n",rca,lpcb,lpcConnections);
+    if (!i++){	
+        FIXME("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
+    }
 	*lpcb = 0; /* size of buffer needed to enumerate connections */
 	*lpcConnections = 0; /* no RAS connections available */
 
-- 
1.7.0.4


--=-zc8mGzPW0Tvgwbrrx78t--




More information about the wine-patches mailing list