fixed compile errors with NO_OAL switch

This commit is contained in:
spacy51 2007-12-23 21:18:21 +00:00
parent 01f9f5ed36
commit 821eef5151
1 changed files with 2 additions and 2 deletions

View File

@ -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