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:
parent
077d2bcc9a
commit
848a8879e8
|
@ -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