You should probably combine this with patch 1, so we don't have an intermediate stage where the output is broken.
On Tue, Jun 24, 2014 at 7:07 AM, Hugh McMaster hugh.mcmaster@masterindexing.com wrote:
This patch converts the char* strings of DllRegisterServer, DllUnregisterServer and DllInstall to WCHAR* strings for direct Unicode output. This avoids the need to modify any resource strings.
On Wednesday, 25 June 2014 2:07 AM, Vincent Povirk wrote:
You should probably combine this with patch 1, so we don't have an intermediate stage where the output is broken.
Good point. I'll send a combined patch.
Thank you.