From: Iain Patterson Date: Sat, 21 Dec 2013 16:05:18 +0000 (+0000) Subject: Fixed Unicode display of GetProcAddress() errors. X-Git-Tag: v2.22~125 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=d3b4f286fa65c5a8881d595038505229e467bf49;hp=d3b4f286fa65c5a8881d595038505229e467bf49;p=nssm.git Fixed Unicode display of GetProcAddress() errors. GetProcAddress() takes char *name as an argument but we were trying to print TCHAR *name when logging that we couldn't find the function pointer. ---