diff --git a/die_source/singlefilescan.cpp b/die_source/singlefilescan.cpp index a6e91e815d2a0..c5c8910aaffa3 100644 --- a/die_source/singlefilescan.cpp +++ b/die_source/singlefilescan.cpp @@ -276,5 +276,5 @@ wchar_t *__DIE_versionW(void) //#define WIDEN2(x) L ## x //#define WIDEN(x) WIDEN2(x) // return WIDEN(__VERSION); - return __VERSIONW; + return (wchar_t *)__VERSIONW; }