From: Wouter Wijngaards Date: Tue, 31 May 2016 12:03:45 +0000 (+0000) Subject: Fixup cast more. X-Git-Tag: release-1.5.9rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b193d9c88a7abf73558387b1efa33a776b558cb;p=thirdparty%2Funbound.git Fixup cast more. git-svn-id: file:///svn/unbound/trunk@3737 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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) {