Commit c85357a2 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

kernel32: Update a warning.

parent cedeccce
...@@ -551,7 +551,7 @@ BOOL WINAPI SetComputerNameW( LPCWSTR lpComputerName ) ...@@ -551,7 +551,7 @@ BOOL WINAPI SetComputerNameW( LPCWSTR lpComputerName )
{ {
/* This check isn't necessary, but may help debugging problems. */ /* This check isn't necessary, but may help debugging problems. */
WARN( "Disabled by Wine Configuration.\n" ); 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 ); SetLastError ( ERROR_ACCESS_DENIED );
return FALSE; return FALSE;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment