added TGA handler (somewhat modified patch 1393912)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-29 18:58:25 +00:00
parent 9920ad328b
commit 3af706cc31
25 changed files with 1013 additions and 51 deletions

View File

@@ -1151,6 +1151,9 @@
// Set to 1 for TIFF format support (requires libtiff)
#define wxUSE_LIBTIFF 1
// Set to 1 for TGA format support (loading only)
#define wxUSE_TGA 1
// Set to 1 for GIF format support
#define wxUSE_GIF 1