userenv: Make GetProfileType report a normal (non-roaming) profile.
This commit is contained in:
parent
355d3c7e47
commit
ec16e6323e
|
@ -111,7 +111,7 @@ BOOL WINAPI GetProfilesDirectoryW( LPWSTR lpProfilesDir, LPDWORD lpcchSize )
|
||||||
BOOL WINAPI GetProfileType( LPDWORD pdwFlags )
|
BOOL WINAPI GetProfileType( LPDWORD pdwFlags )
|
||||||
{
|
{
|
||||||
FIXME("%p\n", pdwFlags );
|
FIXME("%p\n", pdwFlags );
|
||||||
*pdwFlags = PT_MANDATORY | PT_ROAMING | PT_TEMPORARY;
|
*pdwFlags = 0;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue