From: Julian Smart Date: Tue, 1 May 2001 13:01:58 +0000 (+0000) Subject: Added #define for apps to detect new situation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5570ec300e48a7cf15865a8a722dd4c9296e470f Added #define for apps to detect new situation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index 8ab4f02809..83a1d8e839 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -21,6 +21,7 @@ public: wxGenericScrolledWindow::Create(parent, id, pos, size, style, name); } }; +#define wxSCROLLED_WINDOW_IS_GENERIC 1 #endif #endif