X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/424f5e27007ebf54b3b186e48d05d1c039c8e6ea..f014d4bf3e18198c273b3c119ad1a08d46d12c82:/include/wx/xpmdecod.h diff --git a/include/wx/xpmdecod.h b/include/wx/xpmdecod.h index 13c1e86b9e..e4663a5b8f 100644 --- a/include/wx/xpmdecod.h +++ b/include/wx/xpmdecod.h @@ -10,16 +10,15 @@ #ifndef _WX_XPMDECOD_H_ #define _WX_XPMDECOD_H_ -#ifdef __GNUG__ +#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 @@ -43,6 +42,5 @@ public: }; -#endif // wxUSE_IMAGE && wxUSE_XPM #endif // _WX_GIFDECOD_H_