1999-01-16 17:17:13 -05:00
|
|
|
#ifndef _WX_XPMHAND_H_BASE_
|
|
|
|
#define _WX_XPMHAND_H_BASE_
|
|
|
|
|
1999-07-27 23:38:12 -04:00
|
|
|
// Only wxMSW and wxPM currently defines a separate XPM handler, since
|
|
|
|
// mostly Windows and Presentation Manager apps won't need XPMs.
|
1999-01-16 17:17:13 -05:00
|
|
|
#if defined(__WXMSW__)
|
2002-08-07 16:21:26 -04:00
|
|
|
#error xpmhand.h is no longer needed since wxImage now handles XPMs.
|
1999-01-16 17:17:13 -05:00
|
|
|
#endif
|
1999-07-27 23:38:12 -04:00
|
|
|
#if defined(__WXPM__)
|
|
|
|
#include "wx/os2/xpmhand.h"
|
|
|
|
#endif
|
1999-01-16 17:17:13 -05:00
|
|
|
|
|
|
|
#endif
|
|
|
|
// _WX_XPMHAND_H_BASE_
|