]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/xpmhand.h
don't discard the informational log messages given after an error one in
[wxWidgets.git] / include / wx / xpmhand.h
... / ...
CommitLineData
1#ifndef _WX_XPMHAND_H_BASE_
2#define _WX_XPMHAND_H_BASE_
3
4// Only wxMSW and wxPM currently defines a separate XPM handler, since
5// mostly Windows and Presentation Manager apps won't need XPMs.
6#if defined(__WXMSW__)
7#include "wx/msw/xpmhand.h"
8#endif
9#if defined(__WXPM__)
10#include "wx/os2/xpmhand.h"
11#endif
12
13#endif
14 // _WX_XPMHAND_H_BASE_