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
|
// OALConfig message handlers
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void OALConfig::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
|
void OALConfig::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
|
||||||
{
|
{
|
||||||
CString info;
|
CString info;
|
||||||
|
@ -89,3 +87,5 @@ void OALConfig::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
|
||||||
|
|
||||||
CDialog::OnHScroll(nSBCode, nPos, pScrollBar);
|
CDialog::OnHScroll(nSBCode, nPos, pScrollBar);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue