Misc. 16-bit compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -62,9 +62,17 @@
|
||||
*/
|
||||
#define wxUSE_LIBJPEG 0
|
||||
/*
|
||||
* Use gif
|
||||
* Use GIF
|
||||
*/
|
||||
#define wxUSE_LIBGIF 0
|
||||
#define wxUSE_LIBGIF 1
|
||||
/*
|
||||
* Use PCX
|
||||
*/
|
||||
#define wxUSE_PCX 1
|
||||
/*
|
||||
* Use PNM
|
||||
*/
|
||||
#define wxUSE_PNM 1
|
||||
/*
|
||||
* Use iODBC
|
||||
*/
|
||||
|
Reference in New Issue
Block a user