home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / include / wx / xpmhand.h < prev    next >
C/C++ Source or Header  |  2002-08-07  |  398b  |  15 lines

  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. #error xpmhand.h is no longer needed since wxImage now handles XPMs.
  8. #endif
  9. #if defined(__WXPM__)
  10. #include "wx/os2/xpmhand.h"
  11. #endif
  12.  
  13. #endif
  14.     // _WX_XPMHAND_H_BASE_
  15.