]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fixup cast more.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 May 2016 12:03:45 +0000 (12:03 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 May 2016 12:03:45 +0000 (12:03 +0000)
git-svn-id: file:///svn/unbound/trunk@3737 be551aaa-1e26-0410-a405-d3ace91eadb9

winrc/w_inst.c

index 04791ff35f35b03412753ae8e52a144ed7bb52dc..a9f1defa1100c12e05f7922cb76460745f50c9f4 100644 (file)
@@ -231,7 +231,7 @@ wsvc_install(FILE* out, const char* rename)
                 NULL, /* no load ordering group */
                 NULL, /* no tag identifier */
                 NULL, /* no deps */
-               (_T)("NT AUTHORITY\\NetworkService"), /* network service account with restricted rights */
+               (LPCTSTR)"NT AUTHORITY\\NetworkService", /* network service account with restricted rights */
                 "" /* no password (must be an empty string) */
                 );
         if(!sv) {