]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/checklst/checklst.cpp
Defaults in wxWinCE documented.
[wxWidgets.git] / samples / checklst / checklst.cpp
index e09683c63c86aeac3cd5bf262fa48f2166f78b5b..4d5eb27c418b52eba67e04f3ac7bd7a83364b8a6 100644 (file)
 #include  "wx/menuitem.h"
 #include  "wx/checklst.h"
 
+#if !wxUSE_CHECKLISTBOX
+    #error "This sample can't be built without wxUSE_CHECKLISTBOX"
+#endif // wxUSE_CHECKLISTBOX
+
 // Define a new application type
 class CheckListBoxApp: public wxApp
 {