wine/ win32/newfns.c include/wine/winbase16.h ...

Alexandre Julliard julliard at winehq.org
Wed Sep 24 00:26:00 CDT 2003


ChangeSet ID:	9489
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/09/24 00:26:00

Modified files:
	win32          : newfns.c 
	include/wine   : winbase16.h 
	include        : winternl.h winnt.h windef.h winbase.h 
	files          : drive.c 
	dlls/ntdll     : rtl.c Makefile.in 
	dlls/kernel    : process.c Makefile.in 
Added files:
	dlls/ntdll     : version.c 
	dlls/kernel    : version.c 
Removed files:
	misc           : version.c 

Log message:
	Moved the Windows version code to dlls/ntdll, and implemented
	RtlGetVersion and RtlVerifyVersionInfo.
	Moved the 16-bit and DOS version support to dlls/kernel.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9489

Old revision  New revision  Changes     Path
 1.51          1.52          +0 -11      wine/win32/newfns.c
 1.37          1.38          +1 -1       wine/include/wine/winbase16.h
 1.55          1.56          +2 -0       wine/include/winternl.h
 1.170         1.171         +94 -0      wine/include/winnt.h
 1.88          1.89          +1 -2       wine/include/windef.h
 1.195         1.196         +4 -100     wine/include/winbase.h
 1.95          1.96          +6 -6       wine/files/drive.c
 1.64          1.65          +0 -43      wine/dlls/ntdll/rtl.c
 1.85          1.86          +1 -1       wine/dlls/ntdll/Makefile.in
 1.9           1.10          +12 -2      wine/dlls/kernel/process.c
 1.88          1.89          +1 -0       wine/dlls/kernel/Makefile.in
 Added         1.1           +0 -0       wine/dlls/ntdll/version.c
 Added         1.1           +0 -0       wine/dlls/kernel/version.c
 1.70          Removed       +0 -0       wine/misc/version.c




More information about the wine-cvs mailing list