]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup cast to _T
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 May 2016 11:57:33 +0000 (11:57 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 May 2016 11:57:33 +0000 (11:57 +0000)
git-svn-id: file:///svn/unbound/trunk@3736 be551aaa-1e26-0410-a405-d3ace91eadb9

winrc/w_inst.c

index c96c5092b4fcca9221a0426137ca46fbf85d4bb1..04791ff35f35b03412753ae8e52a144ed7bb52dc 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 */
+               (_T)("NT AUTHORITY\\NetworkService"), /* network service account with restricted rights */
                 "" /* no password (must be an empty string) */
                 );
         if(!sv) {