From 848a8879e8911bf56796841de8726e7f2a0b8c09 Mon Sep 17 00:00:00 2001 From: spacy51 Date: Sun, 23 Dec 2007 21:18:21 +0000 Subject: [PATCH] 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 --- src/win32/OALConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win32/OALConfig.cpp b/src/win32/OALConfig.cpp index a733eeca..25f407a5 100644 --- a/src/win32/OALConfig.cpp +++ b/src/win32/OALConfig.cpp @@ -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