]> git.saurik.com Git - wxWidgets.git/commitdiff
MSW XRC define setuup.h handling
authorRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 08:20:57 +0000 (08:20 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 08:20:57 +0000 (08:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index a7390b682f2d5231c21838f3bcd2d43a51344db4..726411ec578da69a84f6285d0c8d160fb30ea43a 100644 (file)
 // wxSound class
 #define wxUSE_SOUND      1
 
+// Use wxWidget's XRC XML-based resource system.  Recommended.
+//
+// Default is 1
+//
+// Recommended setting: 1 (requires XRC)
+#define wxUSE_XRC       1
+
 // XML parsing classes. Note that their API will change in the future, so
 // using wxXmlDocument and wxXmlNode in your app is not recommended.
 //
 // Default is 1
 //
-// Recommended setting: 1 (needed by XRC)
-#define wxUSE_XML       1
+// Recommended setting: 1 (required by XRC)
+#if wxUSE_XRC
+#  define wxUSE_XML       1
+#else
+#  define wxUSE_XML       0
+#endif
 
 // ----------------------------------------------------------------------------
 // Individual GUI controls