12 lines
192 B
C
12 lines
192 B
C
|
#ifndef __TOOLBARH_BASE__
|
||
|
#define __TOOLBARH_BASE__
|
||
|
|
||
|
#if defined(__WINDOWS__)
|
||
|
#include "wx/tbar95.h"
|
||
|
#elif defined(__GTK__)
|
||
|
#include "wx/gtk/tbargtk.h"
|
||
|
#endif
|
||
|
|
||
|
#endif
|
||
|
// __TOOLBARH_BASE__
|