Commit 5abe9de5 authored by Максим Карасев's avatar Максим Карасев Committed by Alexandre Julliard

secur32: Add stub message for unimplemented name types in GetUserNameExW.

parent 51b67153
......@@ -1140,6 +1140,7 @@ BOOLEAN WINAPI GetUserNameExW(
case NameCanonicalEx:
case NameServicePrincipal:
case NameDnsDomain:
FIXME("NameFormat %d not implemented\n", NameFormat);
SetLastError(ERROR_NONE_MAPPED);
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