fixed compile errors with NO_OAL switch

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@227 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2007-12-23 21:18:21 +00:00
parent 077d2bcc9a
commit 848a8879e8
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