wine/ dlls/Makedll.rules.in dlls/commdlg/filed ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 16 22:31:09 CDT 2002


ChangeSet ID:	10216062690991311115949465
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/05/16 22:31:09

Modified files:
	dlls           : Makedll.rules.in 
	dlls/commdlg   : filedlg95.c 
	dlls/kernel    : stress.c 
	dlls/mpr       : wnet.c 
	dlls/user      : network.c 
	dlls/x11drv    : x11drv_main.c 
	include        : winbase.h 
	library        : port.c 
	memory         : environ.c heap.c 
	scheduler      : sysdeps.c 
	win32          : device.c 

Log message:
	A few fixes for mingw cross-compilation.

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

Revision  Changes    Path
 1.26     +1 -1      wine/dlls/Makedll.rules.in
 1.71     +2 -2      wine/dlls/commdlg/filedlg95.c
 1.5      +1 -7      wine/dlls/kernel/stress.c
 1.10     +2 -24     wine/dlls/mpr/wnet.c
 1.8      +0 -1      wine/dlls/user/network.c
 1.50     +3 -3      wine/dlls/x11drv/x11drv_main.c
 1.144    +10 -31    wine/include/winbase.h
 1.30     +2 -0      wine/library/port.c
 1.31     +10 -11    wine/memory/environ.c
 1.56     +42 -0     wine/memory/heap.c
 1.45     +0 -1      wine/scheduler/sysdeps.c
 1.61     +3 -1      wine/win32/device.c




More information about the wine-cvs mailing list