added wxUSE_IMAGE, wxUSE_XPM
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -601,6 +601,9 @@
 | 
			
		||||
// Some formats require an extra library which is included in wxWin sources
 | 
			
		||||
// which is mentioned if it is the case.
 | 
			
		||||
 | 
			
		||||
// Set to 1 for wxImage support (recommended).
 | 
			
		||||
#define wxUSE_IMAGE         1
 | 
			
		||||
 | 
			
		||||
// Set to 1 for PNG format support (requires libpng). Also requires wxUSE_ZLIB.
 | 
			
		||||
#define wxUSE_LIBPNG        1
 | 
			
		||||
 | 
			
		||||
@@ -619,6 +622,9 @@
 | 
			
		||||
// Set to 1 for PCX format support
 | 
			
		||||
#define wxUSE_PCX           1
 | 
			
		||||
 | 
			
		||||
// Set to 1 for XPM format support
 | 
			
		||||
#define wxUSE_XPM           1
 | 
			
		||||
 | 
			
		||||
// ----------------------------------------------------------------------------
 | 
			
		||||
// Windows-only settings
 | 
			
		||||
// ----------------------------------------------------------------------------
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user