mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
make explicit use of unicode functions
svn path=/trunk/; revision=39232
This commit is contained in:
@@ -108,9 +108,9 @@ ScmWriteDependencies(HKEY hServiceKey,
|
||||
|
||||
if (*lpDependencies == 0)
|
||||
{
|
||||
RegDeleteValue(hServiceKey,
|
||||
RegDeleteValueW(hServiceKey,
|
||||
L"DependOnService");
|
||||
RegDeleteValue(hServiceKey,
|
||||
RegDeleteValueW(hServiceKey,
|
||||
L"DependOnGroup");
|
||||
}
|
||||
else
|
||||
|
||||
@@ -497,8 +497,8 @@ DWORD RCloseServiceHandle(
|
||||
it is now safe to delete the service */
|
||||
|
||||
/* Delete the Service Key */
|
||||
dwError = RegDeleteKey(hServicesKey,
|
||||
lpService->lpServiceName);
|
||||
dwError = RegDeleteKeyW(hServicesKey,
|
||||
lpService->lpServiceName);
|
||||
|
||||
RegCloseKey(hServicesKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user