ntdll - version.c correct the location of version table website

Steven Edwards winehacker at gmail.com
Tue Nov 22 01:30:35 CST 2005


A redirect is in place now from the old location. I would not expect
it to remain there forever

Changelog:
Correct URL for version infomation database website

Index: dlls/ntdll/version.c
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/version.c,v
retrieving revision 1.27
diff -u -r1.27 version.c
--- dlls/ntdll/version.c        8 Sep 2005 12:42:51 -0000       1.27
+++ dlls/ntdll/version.c        22 Nov 2005 07:29:01 -0000
@@ -54,7 +54,7 @@

 /* FIXME: compare values below with original and fix.
  * An *excellent* win9x version page (ALL versions !)
- * can be found at members.aol.com/axcel216/ver.htm */
+ * can be found at www.mdgx.com/ver.htm */
 static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] =
 {
     /* WIN20 FIXME: verify values */



More information about the wine-patches mailing list