]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/setup.h
fix warnings about calling an inline function before it is defined inline
[wxWidgets.git] / include / wx / msw / wince / setup.h
index f0a7be223ea508ec87de8880624ddc5a3c5cca4e..8b055bab1d1449853ad66a7bf83aac7b6d829cf8 100644 (file)
 // Default is 1
 //
 // Recommended setting: 1
+#define wxUSE_ANIMATIONCTRL 1   // wxAnimationCtrl
 #define wxUSE_BUTTON        1   // wxButton
 #define wxUSE_BMPBUTTON     1   // wxBitmapButton
 #define wxUSE_CALENDARCTRL  1   // wxCalendarCtrl
 #define wxUSE_HELP        1
                                 // 0 for no help facility
 
+// Should we use MS HTML help for wxHelpController? If disabled, neither
+// wxCHMHelpController nor wxBestHelpController are available.
+//
+// Default is 1
+//
+// Recommended setting: 1, only set to 0 if you have trouble compiling
+// wxCHMHelpController (could be a problem with really ancient compilers)
+#define wxUSE_MS_HTML_HELP 1
+
+
 // Use wxHTML-based help controller?
 #define wxUSE_WXHTML_HELP 1