CDllState::CDllState()
{
m_hOldInstance = AfxGetResourceHandle();
AfxSetResourceHandle(theApp.m_hInstance);
}
CDllState::~CDllState()
{
AfxSetResourceHandle(m_hOldInstance);
}
CDllState::CDllState()
{
m_hOldInstance = AfxGetResourceHandle();
AfxSetResourceHandle(theApp.m_hInstance);
}
CDllState::~CDllState()
{
AfxSetResourceHandle(m_hOldInstance);
}

被折叠的 条评论
为什么被折叠?