]> git.saurik.com Git - wxWidgets.git/blame - include/wx/xpmhand.h
Allow testing for existence of specific file types in wxFileName.
[wxWidgets.git] / include / wx / xpmhand.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/xpmhand.h
3// Purpose: XPM handler base header
4// Author: Julian Smart
5// Modified by:
6// Created:
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
2fd284a4
JS
12#ifndef _WX_XPMHAND_H_BASE_
13#define _WX_XPMHAND_H_BASE_
14
1777b9bb
DW
15// Only wxMSW and wxPM currently defines a separate XPM handler, since
16// mostly Windows and Presentation Manager apps won't need XPMs.
2fd284a4 17#if defined(__WXMSW__)
e797067c 18#error xpmhand.h is no longer needed since wxImage now handles XPMs.
2fd284a4 19#endif
1777b9bb
DW
20#if defined(__WXPM__)
21#include "wx/os2/xpmhand.h"
22#endif
2fd284a4
JS
23
24#endif
25 // _WX_XPMHAND_H_BASE_