2005-05-04 18:57:50 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx/xpmhand.h
|
|
|
|
// Purpose: XPM handler base header
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1999-01-16 22:17:13 +00:00
|
|
|
#ifndef _WX_XPMHAND_H_BASE_
|
|
|
|
#define _WX_XPMHAND_H_BASE_
|
|
|
|
|
1999-07-28 03:38:12 +00: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 22:17:13 +00:00
|
|
|
#if defined(__WXMSW__)
|
2002-08-07 20:21:26 +00:00
|
|
|
#error xpmhand.h is no longer needed since wxImage now handles XPMs.
|
1999-01-16 22:17:13 +00:00
|
|
|
#endif
|
1999-07-28 03:38:12 +00:00
|
|
|
#if defined(__WXPM__)
|
|
|
|
#include "wx/os2/xpmhand.h"
|
|
|
|
#endif
|
1999-01-16 22:17:13 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
// _WX_XPMHAND_H_BASE_
|