mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[SERVICES] Addendum to r73487: Fix the build.
svn path=/trunk/; revision=73488
This commit is contained in:
parent
0ce031f74d
commit
3fb8dc2d64
1 changed files with 2 additions and 1 deletions
|
@ -191,11 +191,12 @@ ScmLogonService(
|
|||
IN PSERVICE pService,
|
||||
IN PSERVICE_IMAGE pImage)
|
||||
{
|
||||
#if 0
|
||||
PWSTR pUserName = NULL;
|
||||
PWSTR pDomainName = NULL;
|
||||
PWSTR ptr;
|
||||
DWORD dwError = ERROR_SUCCESS;
|
||||
|
||||
#endif
|
||||
DPRINT("ScmLogonService()\n");
|
||||
|
||||
DPRINT("Service %S\n", pService->lpServiceName);
|
||||
|
|
Loading…
Reference in a new issue