--- mstools/mfc/include/afxdlgs.h 2018/08/09 18:21:00 1.1 +++ mstools/mfc/include/afxdlgs.h 2018/08/09 18:22:44 1.1.1.2 @@ -310,7 +310,7 @@ inline void CFontDialog::GetCurrentFont( { ASSERT(m_hWnd != NULL); this->SendMessage(WM_CHOOSEFONT_GETLOGFONT, 0, (DWORD)(LPSTR)lplf); } inline CString CFontDialog::GetFaceName() const - { return (PSTR)m_cf.lpLogFont->lfFaceName; } //REVIEW: NT cast + { return m_cf.lpLogFont->lfFaceName; } inline CString CFontDialog::GetStyleName() const { return m_cf.lpszStyle; } inline int CFontDialog::GetSize() const