ChangeSet ID: 21393 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/11/22 06:00:23 Modified files: dlls/ntdll : version.c Log message: Steven Edwards <winehacker(a)gmail.com> Correct URL for version infomation database website. Patch: http://cvs.winehq.org/patch.py?id=21393 Old revision New revision Changes Path 1.27 1.28 +1 -1 wine/dlls/ntdll/version.c Index: wine/dlls/ntdll/version.c diff -u -p wine/dlls/ntdll/version.c:1.27 wine/dlls/ntdll/version.c:1.28 --- wine/dlls/ntdll/version.c:1.27 22 Nov 2005 12: 0:23 -0000 +++ wine/dlls/ntdll/version.c 22 Nov 2005 12: 0:23 -0000 @@ -54,7 +54,7 @@ typedef enum /* 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 */
participants (1)
-
Alexandre Julliard