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:
10
setup.h.in
10
setup.h.in
@@ -608,6 +608,11 @@
|
||||
*/
|
||||
#define wxUSE_ZIPSTREAM 0
|
||||
|
||||
/*
|
||||
* wxImage support
|
||||
*/
|
||||
#define wxUSE_IMAGE 0
|
||||
|
||||
/*
|
||||
* GIF image format support
|
||||
*/
|
||||
@@ -623,6 +628,11 @@
|
||||
*/
|
||||
#define wxUSE_PNM 0
|
||||
|
||||
/*
|
||||
* XPM image format support
|
||||
*/
|
||||
#define wxUSE_XPM 0
|
||||
|
||||
/*
|
||||
* Disable this if your compiler can't cope
|
||||
* with omission of prototype parameters.
|
||||
|
||||
Reference in New Issue
Block a user