]> git.saurik.com Git - wxWidgets.git/blame - include/wx/tbarmsw.h
wxApp::Get/SetVendorName functions added
[wxWidgets.git] / include / wx / tbarmsw.h
CommitLineData
10b959e3
JS
1#ifndef __TBARMSWH_BASE__
2#define __TBARMSWH_BASE__
3
2049ba38 4#if defined(__WXMSW__)
10b959e3 5#include "wx/msw/tbarmsw.h"
2049ba38 6#elif defined(__WXMOTIF__)
10b959e3 7#include "wx/xt/tbarmsw.h"
2049ba38 8#elif defined(__WXGTK__)
10b959e3
JS
9#include "wx/gtk/tbarmsw.h"
10#endif
11
12#endif
13 // __TBARMSWH_BASE__