fixed compile errors with NO_OAL switch
This commit is contained in:
parent
01f9f5ed36
commit
821eef5151
|
@ -78,8 +78,6 @@ END_MESSAGE_MAP()
|
|||
|
||||
// OALConfig message handlers
|
||||
|
||||
#endif
|
||||
|
||||
void OALConfig::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
|
||||
{
|
||||
CString info;
|
||||
|
@ -89,3 +87,5 @@ void OALConfig::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
|
|||
|
||||
CDialog::OnHScroll(nSBCode, nPos, pScrollBar);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue