From 0b193d9c88a7abf73558387b1efa33a776b558cb Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 31 May 2016 12:03:45 +0000 Subject: [PATCH] Fixup cast more. git-svn-id: file:///svn/unbound/trunk@3737 be551aaa-1e26-0410-a405-d3ace91eadb9 --- winrc/w_inst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winrc/w_inst.c b/winrc/w_inst.c index 04791ff35..a9f1defa1 100644 --- a/winrc/w_inst.c +++ b/winrc/w_inst.c @@ -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) {