Fixed Unicode display of GetProcAddress() errors.
authorIain Patterson <me@iain.cx>
Sat, 21 Dec 2013 16:05:18 +0000 (16:05 +0000)
committerIain Patterson <me@iain.cx>
Sat, 21 Dec 2013 16:05:18 +0000 (16:05 +0000)
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.


No differences found