IFF support off by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
54d06233d6
commit
cc0e848087
2
configure
vendored
2
configure
vendored
@ -1775,7 +1775,7 @@ else
|
||||
DEFAULT_wxUSE_IMAGE=yes
|
||||
DEFAULT_wxUSE_GIF=yes
|
||||
DEFAULT_wxUSE_PCX=yes
|
||||
DEFAULT_wxUSE_IFF=yes
|
||||
DEFAULT_wxUSE_IFF=no
|
||||
DEFAULT_wxUSE_PNM=yes
|
||||
DEFAULT_wxUSE_XPM=yes
|
||||
DEFAULT_wxUSE_ICO_CUR=yes
|
||||
|
@ -984,7 +984,7 @@ else
|
||||
DEFAULT_wxUSE_IMAGE=yes
|
||||
DEFAULT_wxUSE_GIF=yes
|
||||
DEFAULT_wxUSE_PCX=yes
|
||||
DEFAULT_wxUSE_IFF=yes
|
||||
DEFAULT_wxUSE_IFF=no
|
||||
DEFAULT_wxUSE_PNM=yes
|
||||
DEFAULT_wxUSE_XPM=yes
|
||||
DEFAULT_wxUSE_ICO_CUR=yes
|
||||
|
@ -867,7 +867,7 @@
|
||||
#define wxUSE_PCX 1
|
||||
|
||||
// Set to 1 for IFF format support
|
||||
#define wxUSE_IFF 1
|
||||
#define wxUSE_IFF 0
|
||||
|
||||
// Set to 1 for XPM format support
|
||||
#define wxUSE_XPM 1
|
||||
|
@ -247,7 +247,7 @@
|
||||
// Set to 1 for PNM format support
|
||||
#define wxUSE_PCX 1
|
||||
// Set to 1 for PCX format support
|
||||
#define wxUSE_IFF 1
|
||||
#define wxUSE_IFF 0
|
||||
// Set to 1 for IFF format support
|
||||
#define wxUSE_XPM 1
|
||||
// Set to 1 for XPM format support
|
||||
|
Loading…
Reference in New Issue
Block a user