cleaning up image mess for os/2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-12-17 05:42:26 +00:00
parent d895ad7c54
commit 97fdfcc9fd
6 changed files with 125 additions and 86 deletions

View File

@@ -72,6 +72,9 @@ protected:
long m_type;
};
#if !defined(__VISAGECPP__)
// Why define these here and then again in the individual image format headers??
//-----------------------------------------------------------------------------
// wxPNGHandler
//-----------------------------------------------------------------------------
@@ -208,6 +211,8 @@ public:
};
#endif // wxUSE_PCX
#endif //__VISAGECPP__
//-----------------------------------------------------------------------------
// wxImage
//-----------------------------------------------------------------------------