Add missing rasapi32 stubs

Francois Gouget fgouget at free.fr
Sat Jun 7 13:02:38 CDT 2003


Changelog:

 * dlls/rasapi32/rasapi32.spec,
   include/ras.h

   Add stubs for RasDeleteSubEntry* (new in WinMe/WinXP).
   Add prototypes for RasDeleteEntry* and RasDeleteSubEntry* in ras.h.

Index: dlls/rasapi32/rasapi32.spec
===================================================================
RCS file: /home/wine/wine/dlls/rasapi32/rasapi32.spec,v
retrieving revision 1.15
diff -u -r1.15 rasapi32.spec
--- dlls/rasapi32/rasapi32.spec	11 May 2003 02:41:18 -0000	1.15
+++ dlls/rasapi32/rasapi32.spec	7 Jun 2003 09:02:48 -0000
@@ -121,3 +121,6 @@
 567 stub	RnaTerminate
 568 stub	RnaUICallbackDialog
 569 stub	RnaUIUsernamePassword
+
+@ stub RasDeleteSubEntryA
+@ stub RasDeleteSubEntryW
Index: include/ras.h
===================================================================
RCS file: /home/wine/wine/include/ras.h,v
retrieving revision 1.8
diff -u -r1.8 ras.h
--- include/ras.h	8 Nov 2002 18:53:19 -0000	1.8
+++ include/ras.h	7 Jun 2003 09:03:06 -0000
@@ -312,7 +312,12 @@

 DECL_WINELIB_TYPE_AW(RASENTRY)

-
+DWORD WINAPI RasDeleteEntryA(LPCSTR,LPCSTR);
+DWORD WINAPI RasDeleteEntryW(LPCWSTR,LPCWSTR);
+#define      RasDeleteEntry WINELIB_NAME_AW(RasDeleteEntry)
+DWORD WINAPI RasDeleteSubEntryA(LPCSTR,LPCSTR,DWORD);
+DWORD WINAPI RasDeleteSubEntryW(LPCWSTR,LPCWSTR,DWORD);
+#define      RasDeleteSubEntry WINELIB_NAME_AW(RasDeleteSubEntry)
 DWORD WINAPI RasEnumConnectionsA(LPRASCONNA,LPDWORD,LPDWORD);
 DWORD WINAPI RasEnumConnectionsW(LPRASCONNW,LPDWORD,LPDWORD);
 #define      RasEnumConnections WINELIB_NAME_AW(RasEnumConnections)



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
A particle is an irreducible representation of the Poincaré Group - Eugene Wigner





More information about the wine-patches mailing list