]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xpmdecod.h
put grid string in generic/grid.cpp, not common/datacmn.cpp
[wxWidgets.git] / include / wx / xpmdecod.h
index 807f2ed2d2522e517c911d8cf8e3d9bd3a98d958..bf75164ac3c9fb0bcffa887c3cba4548152288be 100644 (file)
 #ifndef _WX_XPMDECOD_H_
 #define _WX_XPMDECOD_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#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
@@ -41,6 +38,7 @@ public:
     wxImage ReadData(const char **xpm_data);
 };
 
+#endif // wxUSE_IMAGE && wxUSE_XPM
 
-#endif  // _WX_GIFDECOD_H_
+#endif  // _WX_XPM_H_