mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 11:54:47 +00:00
kernel32: Update a warning.
This commit is contained in:
parent
cedeccce76
commit
c85357a230
@ -551,7 +551,7 @@ BOOL WINAPI SetComputerNameW( LPCWSTR lpComputerName )
|
||||
{
|
||||
/* This check isn't necessary, but may help debugging problems. */
|
||||
WARN( "Disabled by Wine Configuration.\n" );
|
||||
WARN( "Set \"UseDnsComputerName\" = \"N\" in category [Network] to enable.\n" );
|
||||
WARN( "Set \"UseDnsComputerName\" = \"N\" in HKCU\\Software\\Wine\\Network to enable.\n" );
|
||||
SetLastError ( ERROR_ACCESS_DENIED );
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user