wine/ dlls/advapi32/registry.c dlls/kernel/com ...

Alexandre Julliard julliard at winehq.com
Wed Jul 18 19:39:12 CDT 2001


ChangeSet ID:	995503152290881731547415
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/07/18 20:39:12

Modified files:
	dlls/advapi32  : registry.c 
	dlls/kernel    : comm.c debugger.c sync.c toolhelp.c 
	dlls/ntdll     : exception.c nt.c om.c reg.c sync.c 
	dlls/winsock   : socket.c 
	files          : change.c dos_fs.c file.c profile.c 
	graphics/x11drv: xfont.c 
	loader         : main.c module.c pe_image.c task.c 
	memory         : atom.c registry.c selector.c virtual.c 
	misc           : registry.c 
	relay32        : builtin32.c 
	scheduler      : client.c handle.c pipe.c process.c synchro.c 
	                 sysdeps.c thread.c timer.c 
	win32          : console.c device.c except.c 
	windows        : input.c message.c painting.c queue.c timer.c 
Added files:
	include/wine   : server.h server_protocol.h 
Removed files:
	include        : server.h 

Log message:
	Moved server.h to include/wine.

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

Revision  Changes    Path
 1.26     +1 -1      wine/dlls/advapi32/registry.c
 1.33     +1 -1      wine/dlls/kernel/comm.c
 1.15     +1 -1      wine/dlls/kernel/debugger.c
 1.12     +1 -1      wine/dlls/kernel/sync.c
 1.11     +1 -1      wine/dlls/kernel/toolhelp.c
 1.37     +1 -1      wine/dlls/ntdll/exception.c
 1.35     +1 -1      wine/dlls/ntdll/nt.c
 1.14     +1 -1      wine/dlls/ntdll/om.c
 1.29     +1 -1      wine/dlls/ntdll/reg.c
 1.16     +1 -1      wine/dlls/ntdll/sync.c
 1.55     +1 -1      wine/dlls/winsock/socket.c
 1.18     +1 -1      wine/files/change.c
 1.90     +1 -1      wine/files/dos_fs.c
 1.105    +1 -1      wine/files/file.c
 1.55     +1 -1      wine/files/profile.c
 1.78     +1 -1      wine/graphics/x11drv/xfont.c
 1.1     +0 -0       wine/include/wine/server.h
 1.1     +0 -0       wine/include/wine/server_protocol.h
 1.80     +1 -1      wine/loader/main.c
 1.134    +1 -1      wine/loader/module.c
 1.96     +1 -1      wine/loader/pe_image.c
 1.112    +1 -1      wine/loader/task.c
 1.35     +1 -1      wine/memory/atom.c
 1.15     +1 -1      wine/memory/registry.c
 1.39     +1 -1      wine/memory/selector.c
 1.65     +1 -1      wine/memory/virtual.c
 1.99     +1 -1      wine/misc/registry.c
 1.80     +1 -1      wine/relay32/builtin32.c
 1.73     +1 -1      wine/scheduler/client.c
 1.28     +1 -1      wine/scheduler/handle.c
 1.12     +1 -1      wine/scheduler/pipe.c
 1.158    +1 -1      wine/scheduler/process.c
 1.33     +1 -1      wine/scheduler/synchro.c
 1.36     +1 -1      wine/scheduler/sysdeps.c
 1.105    +1 -1      wine/scheduler/thread.c
 1.10     +1 -1      wine/scheduler/timer.c
 1.77     +1 -1      wine/win32/console.c
 1.52     +1 -1      wine/win32/device.c
 1.45     +1 -1      wine/win32/except.c
 1.56     +1 -1      wine/windows/input.c
 1.118    +1 -1      wine/windows/message.c
 1.49     +1 -1      wine/windows/painting.c
 1.79     +1 -1      wine/windows/queue.c
 1.28     +1 -1      wine/windows/timer.c





More information about the wine-cvs mailing list