// First get the AMGetErrorText procedure in debug
// mode for more meaningful messages
#if wxDEBUG_LEVEL
- if ( m_dllQuartz.Load(_T("quartz.dll"), wxDL_VERBATIM) )
+ if ( m_dllQuartz.Load(wxT("quartz.dll"), wxDL_VERBATIM) )
{
m_lpAMGetErrorText = (LPAMGETERRORTEXT)
m_dllQuartz.GetSymbolAorW(wxT("AMGetErrorText"));