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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 23 08:39:13 CDT 2007


Module: wine
Branch: master
Commit: ec16e6323edcb033eaa15727c296066ae1fc3725
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ec16e6323edcb033eaa15727c296066ae1fc3725

Author: Yuval Fledel <yuvalfl at gmail.com>
Date:   Fri Apr 20 22:59:06 2007 +0300

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

---

 dlls/userenv/userenv_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/userenv/userenv_main.c b/dlls/userenv/userenv_main.c
index 4965fc3..8fd00c7 100644
--- a/dlls/userenv/userenv_main.c
+++ b/dlls/userenv/userenv_main.c
@@ -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;
 }
 




More information about the wine-cvs mailing list