]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/brush.h
fixed GL case in #include (patch 557178)
[wxWidgets.git] / include / wx / brush.h
... / ...
CommitLineData
1#ifndef _WX_BRUSH_H_BASE_
2#define _WX_BRUSH_H_BASE_
3
4#if defined(__WXMSW__)
5#include "wx/msw/brush.h"
6#elif defined(__WXMOTIF__)
7#include "wx/motif/brush.h"
8#elif defined(__WXGTK__)
9#include "wx/gtk/brush.h"
10#elif defined(__WXX11__)
11#include "wx/x11/brush.h"
12#elif defined(__WXMGL__)
13#include "wx/mgl/brush.h"
14#elif defined(__WXMAC__)
15#include "wx/mac/brush.h"
16#elif defined(__WXPM__)
17#include "wx/os2/brush.h"
18#elif defined(__WXSTUBS__)
19#include "wx/stubs/brush.h"
20#endif
21
22#endif
23 // _WX_BRUSH_H_BASE_