Misc. 16-bit compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-09-05 15:14:50 +00:00
parent ed75793627
commit 1044a386f0
28 changed files with 145 additions and 69 deletions

View File

@@ -25,6 +25,8 @@
#include "wx/module.h"
#include "wx/log.h"
#if wxUSE_PCX
//-----------------------------------------------------------------------------
// PCX decoding
//-----------------------------------------------------------------------------
@@ -272,7 +274,7 @@ bool wxPCXHandler::CanRead( wxInputStream& stream )
return (c == 10);
}
#endif // wxUSE_STREAMS
#endif // wxUSE_PCX