wine/ ./configure ./configure.in console/xterm ...

Alexandre Julliard julliard at winehq.com
Tue Nov 6 14:57:28 CST 2001


ChangeSet ID:	1005080248262002435978502
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/11/06 15:57:28

Modified files:
	.              : configure configure.in 
	console        : xterm.c 
	controls       : menu.c 
	dlls/ddraw     : mesa.c 
	dlls/dplayx    : dplay.c 
	dlls/kernel    : comm.c 
	dlls/msvcrt    : msvcrt.h 
	dlls/ntdll     : misc.c 
	dlls/odbc32    : proxyodbc.c 
	dlls/ttydrv    : bitmap.c objects.c palette.c ttydrv.h user.c 
	dlls/winmm/wineoss: oss.h 
	dlls/winsock   : async.c socket.c 
	dlls/x11drv    : dga2.h x11ddraw.h xvidmode.h 
	files          : drive.c 
	include        : cdrom.h config.h.in console.h gdi.h heap.h 
	                 thread.h ts_shape.h ts_xf86dga.h ts_xf86dga2.h 
	                 ts_xf86vmode.h ts_xlib.h ts_xpm.h ts_xrender.h 
	                 ts_xresource.h ts_xshm.h ts_xutil.h ts_xvideo.h 
	                 wine_gl.h x11drv.h 
	include/wine   : port.h 
	library        : port.c 
	loader         : elf.c 
	loader/ne      : module.c resource.c 
	memory         : global.c virtual.c 
	misc           : cpu.c 
	msdos          : dosmem.c dpmi.c int10.c 
	scheduler      : client.c sysdeps.c thread.c 
	server         : request.c 
	tools          : make_X11wrappers 
	tools/winebuild: build.h spec16.c utils.c 
	tools/wrc      : parser.l ppl.l 
	win32          : device.c 
	windows        : class.c dialog.c 
	windows/x11drv : clipboard.c 

Log message:
	François Gouget <fgouget at codeweavers.com>
	Fix the #include order for config.h.
	Add #include "config.h" directives where needed.

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

Revision  Changes    Path
 1.235    +5 -0      wine/configure
 1.235    +3 -0      wine/configure.in
 1.17     +2 -0      wine/console/xterm.c
 1.133    +1 -0      wine/controls/menu.c
 1.4      +2 -0      wine/dlls/ddraw/mesa.c
 1.33     +1 -0      wine/dlls/dplayx/dplay.c
 1.42     +1 -0      wine/dlls/kernel/comm.c
 1.8      +4 -4      wine/dlls/msvcrt/msvcrt.h
 1.12     +3 -2      wine/dlls/ntdll/misc.c
 1.14     +1 -0      wine/dlls/odbc32/proxyodbc.c
 1.9      +3 -0      wine/dlls/ttydrv/bitmap.c
 1.7      +2 -0      wine/dlls/ttydrv/objects.c
 1.4      +2 -0      wine/dlls/ttydrv/palette.c
 1.14     +3 -1      wine/dlls/ttydrv/ttydrv.h
 1.11     +2 -0      wine/dlls/ttydrv/user.c
 1.4      +3 -1      wine/dlls/winmm/wineoss/oss.h
 1.19     +1 -0      wine/dlls/winsock/async.c
 1.67     +1 -0      wine/dlls/winsock/socket.c
 1.2      +5 -1      wine/dlls/x11drv/dga2.h
 1.3      +5 -1      wine/dlls/x11drv/x11ddraw.h
 1.3      +5 -1      wine/dlls/x11drv/xvidmode.h
 1.63     +1 -0      wine/files/drive.c
 1.14     +4 -1      wine/include/cdrom.h
 1.91     +3 -0      wine/include/config.h.in
 1.17     +4 -1      wine/include/console.h
 1.53     +0 -2      wine/include/gdi.h
 1.19     +1 -2      wine/include/heap.h
 1.55     +0 -2      wine/include/thread.h
 1.3      +4 -3      wine/include/ts_shape.h
 1.6      +4 -3      wine/include/ts_xf86dga.h
 1.4      +4 -3      wine/include/ts_xf86dga2.h
 1.9      +4 -3      wine/include/ts_xf86vmode.h
 1.17     +4 -3      wine/include/ts_xlib.h
 1.6      +4 -3      wine/include/ts_xpm.h
 1.2      +4 -3      wine/include/ts_xrender.h
 1.6      +4 -3      wine/include/ts_xresource.h
 1.7      +4 -3      wine/include/ts_xshm.h
 1.9      +5 -4      wine/include/ts_xutil.h
 1.3      +4 -3      wine/include/ts_xvideo.h
 1.11     +3 -1      wine/include/wine_gl.h
 1.94     +3 -1      wine/include/x11drv.h
 1.16     +3 -1      wine/include/wine/port.h
 1.19     +1 -0      wine/library/port.c
 1.35     +1 -0      wine/loader/elf.c
 1.111    +1 -0      wine/loader/ne/module.c
 1.31     +1 -0      wine/loader/ne/resource.c
 1.58     +1 -0      wine/memory/global.c
 1.70     +1 -0      wine/memory/virtual.c
 1.24     +1 -0      wine/misc/cpu.c
 1.33     +2 -1      wine/msdos/dosmem.c
 1.57     +1 -0      wine/msdos/dpmi.c
 1.34     +3 -0      wine/msdos/int10.c
 1.77     +1 -0      wine/scheduler/client.c
 1.39     +1 -0      wine/scheduler/sysdeps.c
 1.110    +1 -0      wine/scheduler/thread.c
 1.58     +1 -0      wine/server/request.c
 1.20     +4 -3      wine/tools/make_X11wrappers
 1.20     +4 -1      wine/tools/winebuild/build.h
 1.23     +1 -0      wine/tools/winebuild/spec16.c
 1.6      +2 -0      wine/tools/winebuild/utils.c
 1.18     +0 -2      wine/tools/wrc/parser.l
 1.6      +0 -2      wine/tools/wrc/ppl.l
 1.56     +1 -0      wine/win32/device.c
 1.42     +1 -0      wine/windows/class.c
 1.95     +1 -0      wine/windows/dialog.c
 1.41     +2 -1      wine/windows/x11drv/clipboard.c





More information about the wine-cvs mailing list