wine/ controls/menu.c dlls/dplayx/dplay.c dlls ...

Alexandre Julliard julliard at winehq.com
Sun Oct 14 11:25:49 CDT 2001


ChangeSet ID:	1003076749811140754260123
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/10/14 12:25:49

Modified files:
	controls       : menu.c 
	dlls/dplayx    : dplay.c 
	dlls/kernel    : comm.c 
	dlls/odbc32    : proxyodbc.c 
	dlls/winsock   : async.c socket.c 
	files          : drive.c 
	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 
	scheduler      : client.c sysdeps.c thread.c 
	server         : request.c 
	tools/winebuild: spec16.c 
	win32          : device.c 
	windows        : class.c dialog.c 

Log message:
	Francois Gouget <fgouget at codeweavers.com>
	When including 'wine/port.h', include it first.
	Remove redundant 'config.h' includes.

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

Revision  Changes    Path
 1.131    +2 -1      wine/controls/menu.c
 1.32     +3 -1      wine/dlls/dplayx/dplay.c
 1.40     +0 -1      wine/dlls/kernel/comm.c
 1.13     +2 -1      wine/dlls/odbc32/proxyodbc.c
 1.18     +1 -2      wine/dlls/winsock/async.c
 1.65     +1 -2      wine/dlls/winsock/socket.c
 1.62     +1 -2      wine/files/drive.c
 1.17     +0 -1      wine/library/port.c
 1.34     +1 -2      wine/loader/elf.c
 1.110    +3 -1      wine/loader/ne/module.c
 1.30     +3 -1      wine/loader/ne/resource.c
 1.57     +2 -1      wine/memory/global.c
 1.68     +1 -2      wine/memory/virtual.c
 1.23     +3 -2      wine/misc/cpu.c
 1.32     +1 -2      wine/msdos/dosmem.c
 1.56     +2 -2      wine/msdos/dpmi.c
 1.76     +1 -2      wine/scheduler/client.c
 1.38     +1 -2      wine/scheduler/sysdeps.c
 1.109    +1 -2      wine/scheduler/thread.c
 1.56     +1 -2      wine/server/request.c
 1.22     +2 -2      wine/tools/winebuild/spec16.c
 1.55     +2 -2      wine/win32/device.c
 1.39     +3 -1      wine/windows/class.c
 1.93     +2 -1      wine/windows/dialog.c





More information about the wine-cvs mailing list