wine/ win32/newfns.c misc/registry.c include/w ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 14 19:01:48 CST 2002


ChangeSet ID:	6291
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/11/14 19:01:48

Modified files:
	win32          : newfns.c 
	misc           : registry.c 
	include        : winbase.h 
	documentation/samples: config 
	documentation  : wine.conf.man configuring.sgml 
	dlls/ntdll     : Makefile.in 
	dlls/kernel    : kernel_main.c kernel32.spec Makefile.in 
Added files:
	dlls/kernel    : computername.c 
Removed files:
	win32          : init.c 

Log message:
	Martin Wilck <Martin.Wilck at Fujitsu-Siemens.com>
	- Allow setting NetBIOS ComputerName through registry.
	- Keep old behavior as default, using new config option to change.
	- Implement SetComputerName(), SetComputerNameEx(),
	GetComputerNameEx().
	- ComputerName initialization moved to kernel32.

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

Old revision  New revision  Changes     Path
 1.41          1.42          +0 -30      wine/win32/newfns.c
 1.49          1.50          +1 -0       wine/dlls/kernel/Makefile.in
 1.118         1.119         +3 -38      wine/misc/registry.c
 1.163         1.164         +5 -2       wine/include/winbase.h
 1.35          1.36          +7 -0       wine/documentation/samples/config
 1.6           1.7           +7 -0       wine/documentation/wine.conf.man
 1.18          1.19          +38 -1      wine/documentation/configuring.sgml
 1.40          1.41          +0 -1       wine/dlls/ntdll/Makefile.in
 1.38          1.39          +4 -0       wine/dlls/kernel/kernel_main.c
 1.70          1.71          +2 -0       wine/dlls/kernel/kernel32.spec
 Added         1.1           +0 -0       wine/dlls/kernel/computername.c
 1.23          Removed       +0 -0       wine/win32/init.c




More information about the wine-cvs mailing list