- Stub implement DeleteProfileA/W
authorDmitry Chapyshev <dmitry@reactos.org>
Sat, 7 Feb 2009 18:31:01 +0000 (18:31 +0000)
committerDmitry Chapyshev <dmitry@reactos.org>
Sat, 7 Feb 2009 18:31:01 +0000 (18:31 +0000)
svn path=/trunk/; revision=39463

reactos/dll/win32/userenv/profile.c
reactos/dll/win32/userenv/userenv.def

index 7f49021..a20cce7 100644 (file)
@@ -1134,4 +1134,22 @@ UnloadUserProfile (HANDLE hToken,
   return TRUE;
 }
 
+BOOL WINAPI
+DeleteProfileW(LPCWSTR lpSidString,
+               LPCWSTR lpProfilePath,
+               LPCWSTR lpComputerName)
+{
+   DPRINT1("DeleteProfileW() not implemented!\n");
+   return FALSE;
+}
+
+BOOL WINAPI
+DeleteProfileA(LPCSTR lpSidString,
+               LPCSTR lpProfilePath,
+               LPCSTR lpComputerName)
+{
+   DPRINT1("DeleteProfileA() not implemented!\n");
+   return FALSE;
+}
+
 /* EOF */
index 328ec2f..f8ede71 100644 (file)
@@ -17,6 +17,8 @@ AddDesktopItemA@32 @113 NONAME
 AddDesktopItemW@32 @114 NONAME
 DeleteDesktopItemA@8 @115 NONAME
 DeleteDesktopItemW@8 @116 NONAME
+DeleteProfileW@12
+DeleteProfileA@12
 CreateEnvironmentBlock@12
 DestroyEnvironmentBlock@4
 EnterCriticalPolicySection@4