wine/ ./configure ./configure.in dlls/shell32/ ...

Alexandre Julliard julliard at winehq.com
Mon May 14 15:09:39 CDT 2001


ChangeSet ID:	989870979494621861726046
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/05/14 16:09:39

Modified files:
	.              : configure configure.in 
	dlls/shell32   : shelllink.c 
	dlls/winaspi   : aspi.c winaspi16.c winaspi32.c 
	dlls/winedos   : dosvm.c 
	dlls/wineps    : afm.c 
	dlls/wininet   : ftp.c 
	files          : file.c 
	graphics/x11drv: xfont.c 
	include        : acconfig.h config.h.in 
	include/wine   : port.h 
	library        : loader.c port.c 
	loader/dos     : dosmod.c 
	loader/ne      : resource.c segment.c 
	msdos          : int13.c int21.c 
	server         : console.c file.c pipe.c serial.c sock.c 
	win32          : device.c file.c 
	windows        : clipboard.c 

Log message:
	Marcus Meissner <marcus at jet.franken.de>
	Implemented 64bit file size handling.
	Removed several unneeded sys/stat.h includes.

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

Revision  Changes    Path
 1.200    +144 -58   wine/configure
 1.200    +42 -0     wine/configure.in
 1.34     +0 -1      wine/dlls/shell32/shelllink.c
 1.13     +0 -1      wine/dlls/winaspi/aspi.c
 1.26     +0 -1      wine/dlls/winaspi/winaspi16.c
 1.15     +0 -1      wine/dlls/winaspi/winaspi32.c
 1.6      +0 -1      wine/dlls/winedos/dosvm.c
 1.15     +0 -1      wine/dlls/wineps/afm.c
 1.15     +0 -1      wine/dlls/wininet/ftp.c
 1.96     +17 -19    wine/files/file.c
 1.74     +0 -2      wine/graphics/x11drv/xfont.c
 1.38     +6 -0      wine/include/acconfig.h
 1.75     +21 -0     wine/include/config.h.in
 1.11     +53 -1     wine/include/wine/port.h
 1.9      +1 -1      wine/library/loader.c
 1.11     +87 -1     wine/library/port.c
 1.11     +0 -1      wine/loader/dos/dosmod.c
 1.26     +0 -1      wine/loader/ne/resource.c
 1.40     +0 -1      wine/loader/ne/segment.c
 1.9      +1 -2      wine/msdos/int13.c
 1.62     +0 -1      wine/msdos/int21.c
 1.27     +0 -4      wine/server/console.c
 1.40     +29 -29    wine/server/file.c
 1.18     +0 -1      wine/server/pipe.c
 1.10     +0 -1      wine/server/serial.c
 1.18     +0 -1      wine/server/sock.c
 1.49     +0 -7      wine/win32/device.c
 1.26     +3 -2      wine/win32/file.c
 1.38     +0 -1      wine/windows/clipboard.c





More information about the wine-cvs mailing list