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)
commitd3b4f286fa65c5a8881d595038505229e467bf49
tree40dbc09710611b9ca0a1aff0496ac4df27f0fde3
parent2b47d65c1b8d38dccb93fead2136e320e20006ab
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.
imports.cpp