From: Julian Smart Date: Wed, 7 Aug 2002 20:21:26 +0000 (+0000) Subject: Added error directive for MSW since no longer needed. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e797067cba1601af47a1c72f75806f27e227bee3 Added error directive for MSW since no longer needed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/xpmhand.h b/include/wx/xpmhand.h index 0d1a9bd10e..80105ed80e 100644 --- a/include/wx/xpmhand.h +++ b/include/wx/xpmhand.h @@ -4,7 +4,7 @@ // Only wxMSW and wxPM currently defines a separate XPM handler, since // mostly Windows and Presentation Manager apps won't need XPMs. #if defined(__WXMSW__) -#include "wx/msw/xpmhand.h" +#error xpmhand.h is no longer needed since wxImage now handles XPMs. #endif #if defined(__WXPM__) #include "wx/os2/xpmhand.h"