It's rare that you should ever explicitly call A or W versions of the api's. Just use the _T("") macros and let the compiler and environment do its job.

ie.

LoadLibrary( _T("zlib1.dll") );