]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
add wxUSE_IMAGE to setup.h and GetHFONT to wxFont.
[wxWidgets.git] / include / wx / msw / setup0.h
index f5cab0b6e9526d19c4ee8609aab0e6b36f0f304f..b88647d7e054cb423d28c999004b8a64b45ca9fb 100644 (file)
 // 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
 
 // 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
 // ----------------------------------------------------------------------------