X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..13de0c8c9b6b3d2e8ce5a21388f5f104b2f68338:/include/wx/xpmdecod.h?ds=inline diff --git a/include/wx/xpmdecod.h b/include/wx/xpmdecod.h index 99c9895eb5..f35b7f47ea 100644 --- a/include/wx/xpmdecod.h +++ b/include/wx/xpmdecod.h @@ -10,15 +10,15 @@ #ifndef _WX_XPMDECOD_H_ #define _WX_XPMDECOD_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "xpmdecod.h" #endif #include "wx/setup.h" -class WXDLLEXPORT wxImage; -class WXDLLEXPORT wxInputStream; +class WXDLLIMPEXP_CORE wxImage; +class WXDLLIMPEXP_BASE wxInputStream; // -------------------------------------------------------------------------- // wxXPMDecoder class