added #define wxToolBar wxToolBarGTK for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-07-23 12:33:08 +00:00
parent 716b736420
commit 30474825bb

View File

@@ -11,6 +11,8 @@
# define classwxToolBar classwxToolBarMSW
#elif defined(__WXGTK__)
# include "wx/gtk/tbargtk.h"
# define wxToolBar wxToolBarGTK
# define classwxToolBar classwxToolBarGTK
#endif
#endif