[userenv] use definitions from userenv.h instead of profinfo.h (RESEND) 2/2

Vijay Kiran Kamuju infyquest at gmail.com
Tue Jul 18 16:03:10 CDT 2006


ChangeLog
----------------
Use definitions from userenv.h instead of profinfo.h

Note:
--------
This depends on Add userenv.h (RESEND) patch
-------------- next part --------------
Subject: [PATCH] [userenv] use definitions from userenv.h instead of profinfo.h

---

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

17bc426453b89851a63a430340caba95edde9b07
diff --git a/dlls/userenv/userenv_main.c b/dlls/userenv/userenv_main.c
index dc79387..b23c41d 100644
--- a/dlls/userenv/userenv_main.c
+++ b/dlls/userenv/userenv_main.c
@@ -23,7 +23,7 @@
 #include "windef.h"
 #include "winbase.h"
 #include "winreg.h"
-#include "profinfo.h"
+#include "userenv.h"
 
 #include "wine/debug.h"
 
@@ -79,11 +79,6 @@ BOOL WINAPI GetProfilesDirectoryW( LPWST
     return FALSE;
 }
 
-/* FIXME: these belong in userenv.h */
-#define PT_TEMPORARY    0x00000001
-#define PT_ROAMING      0x00000002
-#define PT_MANDATORY    0x00000004
-
 BOOL WINAPI GetProfileType( LPDWORD pdwFlags )
 {
     FIXME("%p\n", pdwFlags );
-- 
1.1.6


More information about the wine-patches mailing list