Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Feb 23, 2019
1 parent 6c2a3aa commit ea578e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion die_source/singlefilescan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit ea578e6

Please sign in to comment.