]> git.saurik.com Git - wxWidgets.git/blame - include/wx/xpmhand.h
Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
[wxWidgets.git] / include / wx / xpmhand.h
CommitLineData
2fd284a4
JS
1#ifndef _WX_XPMHAND_H_BASE_
2#define _WX_XPMHAND_H_BASE_
3
1777b9bb
DW
4// Only wxMSW and wxPM currently defines a separate XPM handler, since
5// mostly Windows and Presentation Manager apps won't need XPMs.
2fd284a4 6#if defined(__WXMSW__)
e797067c 7#error xpmhand.h is no longer needed since wxImage now handles XPMs.
2fd284a4 8#endif
1777b9bb
DW
9#if defined(__WXPM__)
10#include "wx/os2/xpmhand.h"
11#endif
2fd284a4
JS
12
13#endif
14 // _WX_XPMHAND_H_BASE_