Fix a few comments in wininet

Dimitrie O. Paun dpaun at rogers.com
Sat Jun 26 10:58:19 CDT 2004


ChangeLog
    Fix the function names in some of the comments.


Index: dlls/wininet/http.c
===================================================================
RCS file: /var/cvs/wine/dlls/wininet/http.c,v
retrieving revision 1.63
diff -u -r1.63 http.c
--- dlls/wininet/http.c	14 Jun 2004 17:57:26 -0000	1.63
+++ dlls/wininet/http.c	16 Jun 2004 01:05:33 -0000
@@ -1156,7 +1156,7 @@
 }
 
 /***********************************************************************
- *           HttpSendRequestA (WININET.@)
+ *           HttpSendRequestW (WININET.@)
  *
  * Sends the specified request to the HTTP server
  *
@@ -1227,7 +1227,7 @@
 }
 
 /***********************************************************************
- *           HttpSendRequestW (WININET.@)
+ *           HttpSendRequestA (WININET.@)
  *
  * Sends the specified request to the HTTP server
  *
Index: dlls/wininet/internet.c
===================================================================
RCS file: /var/cvs/wine/dlls/wininet/internet.c,v
retrieving revision 1.88
diff -u -r1.88 internet.c
--- dlls/wininet/internet.c	1 Jun 2004 20:19:56 -0000	1.88
+++ dlls/wininet/internet.c	2 Jun 2004 04:13:01 -0000
@@ -394,7 +394,7 @@
 }
 
 /***********************************************************************
- *           InternetOpenA   (WININET.@)
+ *           InternetOpenW   (WININET.@)
  *
  * Per-application initialization of wininet
  *
@@ -506,7 +506,7 @@
 
 
 /***********************************************************************
- *           InternetOpenW   (WININET.@)
+ *           InternetOpenA   (WININET.@)
  *
  * Per-application initialization of wininet
  *
@@ -638,7 +638,7 @@
 }
 
 /***********************************************************************
- *           InternetConnectA (WININET.@)
+ *           InternetConnectW (WININET.@)
  *
  * Open a ftp, gopher or http session
  *




More information about the wine-patches mailing list