added wxUSE_IMAGE; added write-only wxXPMHandler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-04-22 22:31:53 +00:00
parent a8d4e3ac60
commit c96ea65713
10 changed files with 244 additions and 7 deletions

View File

@@ -18,6 +18,10 @@
#pragma hdrstop
#endif
#include "wx/defs.h"
#if wxUSE_IMAGE
#include "wx/imagbmp.h"
#include "wx/bitmap.h"
#include "wx/debug.h"
@@ -546,4 +550,4 @@ bool wxBMPHandler::DoCanRead( wxInputStream& stream )
#endif // wxUSE_STREAMS
#endif // wxUSE_IMAGE