[SERVICES] Addendum to r73487: Fix the build.

svn path=/trunk/; revision=73488
This commit is contained in:
Mark Jansen 2016-12-27 18:10:52 +00:00
parent 0ce031f74d
commit 3fb8dc2d64

View file

@ -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);