Commit ec16e632 authored by Yuval Fledel's avatar Yuval Fledel Committed by Alexandre Julliard

userenv: Make GetProfileType report a normal (non-roaming) profile.

parent 355d3c7e
......@@ -111,7 +111,7 @@ BOOL WINAPI GetProfilesDirectoryW( LPWSTR lpProfilesDir, LPDWORD lpcchSize )
BOOL WINAPI GetProfileType( LPDWORD pdwFlags )
{
FIXME("%p\n", pdwFlags );
*pdwFlags = PT_MANDATORY | PT_ROAMING | PT_TEMPORARY;
*pdwFlags = 0;
return TRUE;
}
......
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