]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xpmdecod.h
Helper for clipping to range.
[wxWidgets.git] / include / wx / xpmdecod.h
index 13c1e86b9ee608cad8b786f7bcdd86a070ceaf44..b3d0b0b1408a4654d35b9f29e1542159d24e1c3c 100644 (file)
 #ifndef _WX_XPMDECOD_H_
 #define _WX_XPMDECOD_H_
 
-#ifdef __GNUG__
-#pragma interface "xpmdecod.h"
-#endif
-
-#include "wx/setup.h"
+#include "wx/defs.h"
 
-#if wxUSE_IMAGE && wxUSE_XPM
 
-class WXDLLEXPORT wxImage;
-class WXDLLEXPORT wxInputStream;
+class WXDLLIMPEXP_CORE wxImage;
+class WXDLLIMPEXP_BASE wxInputStream;
 
 // --------------------------------------------------------------------------
 // wxXPMDecoder class
@@ -43,6 +38,5 @@ public:
 };
 
 
-#endif  // wxUSE_IMAGE && wxUSE_XPM
 #endif  // _WX_GIFDECOD_H_