- Allow setting NetBIOS ComputerName through registry.
commit6d886a52b371e7930493d18b7737074c1242a3ef
authorMartin Wilck <Martin.Wilck@Fujitsu-Siemens.com>
Fri, 15 Nov 2002 01:01:47 +0000 (15 01:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 15 Nov 2002 01:01:47 +0000 (15 01:01 +0000)
tree5f1badfc10ab8a956b7467858e28b7553b407140
parent40f81e7cc33f8c46b711b235254161976e9ffc46
- 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.
12 files changed:
dlls/kernel/Makefile.in
dlls/kernel/computername.c [new file with mode: 0644]
dlls/kernel/kernel32.spec
dlls/kernel/kernel_main.c
dlls/ntdll/Makefile.in
documentation/configuring.sgml
documentation/samples/config
documentation/wine.conf.man
include/winbase.h
misc/registry.c
win32/init.c [deleted file]
win32/newfns.c