wine/ ./configure ./configure.ac dlls/kernel/c ...

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 26 16:53:26 CDT 2002


ChangeSet ID:	1030398806384441934133978
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/08/26 16:53:26

Modified files:
	.              : configure configure.ac 
	dlls/kernel    : comm.c time.c 
	dlls/msvcrt    : time.c 
	dlls/ntdll     : cdrom.c debugtools.c error.c om.c sec.c 
	files          : file.c smb.c 
	if1632         : snoop.c 
	include        : config.h.in 
	misc           : main.c version.c 
	msdos          : int1a.c int21.c 
	scheduler      : synchro.c 
	win32          : time.c 

Log message:
	Patrik Stridvall <ps at leissner.se>
	MSVC compatibility fixes.

Patch: http://cvs.winehq.com/patch.py?id=1030398806384441934133978

Revision  Changes    Path
 1.334    +6 -0      wine/configure
 1.72     +3 -0      wine/configure.ac
 1.64     +3 -2      wine/dlls/kernel/comm.c
 1.23     +3 -2      wine/dlls/kernel/time.c
 1.10     +5 -1      wine/dlls/msvcrt/time.c
 1.18     +4 -0      wine/dlls/ntdll/cdrom.c
 1.23     +3 -0      wine/dlls/ntdll/debugtools.c
 1.5      +1 -1      wine/dlls/ntdll/error.c
 1.20     +3 -0      wine/dlls/ntdll/om.c
 1.26     +7 -2      wine/dlls/ntdll/sec.c
 1.155    +6 -2      wine/files/file.c
 1.10     +6 -2      wine/files/smb.c
 1.35     +3 -0      wine/if1632/snoop.c
 1.128    +9 -0      wine/include/config.h.in
 1.92     +1 -0      wine/misc/main.c
 1.58     +5 -2      wine/misc/version.c
 1.11     +1 -0      wine/msdos/int1a.c
 1.72     +3 -2      wine/msdos/int21.c
 1.45     +3 -1      wine/scheduler/synchro.c
 1.22     +1 -0      wine/win32/time.c




More information about the wine-cvs mailing list