From: Wouter Wijngaards Date: Tue, 31 May 2016 11:57:33 +0000 (+0000) Subject: fixup cast to _T X-Git-Tag: release-1.5.9rc1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7463335255b537f26c4867d804b02a9932b58f86;p=thirdparty%2Funbound.git fixup cast to _T git-svn-id: file:///svn/unbound/trunk@3736 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/winrc/w_inst.c b/winrc/w_inst.c index c96c5092b..04791ff35 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 */ + (_T)("NT AUTHORITY\\NetworkService"), /* network service account with restricted rights */ "" /* no password (must be an empty string) */ ); if(!sv) {