b4e76e0d7e
I tried notr to break anything... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 lines
288 B
C
16 lines
288 B
C
#ifndef __BRUSHH_BASE__
|
|
#define __BRUSHH_BASE__
|
|
|
|
#if defined(__WXMSW__)
|
|
#include "wx/msw/brush.h"
|
|
#elif defined(__WXMOTIF__)
|
|
#include "wx/xt/brush.h"
|
|
#elif defined(__WXGTK__)
|
|
#include "wx/gtk/brush.h"
|
|
#elif defined(__WXQT__)
|
|
#include "wx/qt/brush.h"
|
|
#endif
|
|
|
|
#endif
|
|
// __BRUSHH_BASE__
|