Dnd constant name changes because names like Copy can be #defined by other
apps. Various other changes to stubs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
# include "wx/msw/tbarmsw.h"
|
||||
# define wxToolBar wxToolBarMSW
|
||||
# define sm_classwxToolBar sm_classwxToolBarMSW
|
||||
#elif defined(__WXMOTIF__)
|
||||
# include "wx/tbarsmpl.h"
|
||||
# define wxToolBar wxToolBarSimple
|
||||
# define sm_classwxToolBar sm_classwxToolBarSimple
|
||||
#elif defined(__WXGTK__)
|
||||
# include "wx/gtk/tbargtk.h"
|
||||
#elif defined(__WXQT__)
|
||||
|
Reference in New Issue
Block a user