wxUSE_NOTEBOOK usage.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-04-24 16:59:17 +00:00
parent 2209baaee3
commit bc5a523959

View File

@@ -24,6 +24,8 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#if wxUSE_NOTEBOOK
#include "wx/notebook.h" #include "wx/notebook.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
@@ -713,3 +715,5 @@ bool wxNotebookTabView::OnTabPreActivate(int activateId, int deactivateId)
} }
return retval; return retval;
} }
#endif // wxUSE_NOTEBOOK