X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..88594d02eb59a55ac85d3210a49d02918124617b:/src/common/imagxpm.cpp?ds=inline diff --git a/src/common/imagxpm.cpp b/src/common/imagxpm.cpp index 7d3bced364..07f8ba9750 100644 --- a/src/common/imagxpm.cpp +++ b/src/common/imagxpm.cpp @@ -77,6 +77,7 @@ license is as follows: # include "wx/defs.h" #endif +#if wxUSE_XPM #include "wx/imagxpm.h" #include "wx/wfstream.h" @@ -221,3 +222,4 @@ bool wxXPMHandler::DoCanRead(wxInputStream& stream) #endif // wxUSE_STREAMS +#endif // wxUSE_XPM