]> git.saurik.com Git - wxWidgets.git/commitdiff
Can now skip default manifest inclusion by defining wxUSE_NO_MANIFEST
authorJulian Smart <julian@anthemion.co.uk>
Sat, 14 Jun 2003 16:44:18 +0000 (16:44 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 14 Jun 2003 16:44:18 +0000 (16:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h
include/wx/msw/wx.rc

index 354ab7a76a09619616bed7a4aac8f1acfeffb181..c1c305a597d2a5dac0042fbc3fef5dc3f0e44dcb 100644 (file)
 #define wxUSE_SPLINES     1
                                 // 0 for no splines
 
-#define wxUSE_XPM_IN_MSW   1
-                                // 0 for no XPM support in wxBitmap.
-                                // Default is 1, as XPM is now fully
-                                // supported this makes easier the issue
-                                // of portable icons and bitmaps.
-
 #define wxUSE_MOUSEWHEEL        1
                                 // Include mouse wheel support
 
index fa299cbc136a1c04b536152a678b55e90ebd05f8..e9371c812af02dd9f1d5d15e93497fc8e871260a 100644 (file)
@@ -110,4 +110,7 @@ wxBITMAP_STD_COLOURS    BITMAP "wx/msw/colours.bmp"
 // Manifest file for Windows XP
 //
 
+#if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
 1 24 "wx/msw/wx.manifest"
+#endif
+