From 32df0a2849c5c3000310cc8845f649b1000627e6 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 --- trunk/src/win32/OALConfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/src/win32/OALConfig.cpp b/trunk/src/win32/OALConfig.cpp index a733eeca..25f407a5 100644 --- a/trunk/src/win32/OALConfig.cpp +++ b/trunk/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