]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/valgen.h
Changed HWND --> WXHWND in tooltip.h so it can be included in files
[wxWidgets.git] / include / wx / valgen.h
index 8fa29d664204fbf8261c12bbbad22275b0a186d8..1dbcdb62ecb527db508df3795955f2c879226874 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "wx/validate.h"
 
+#if wxUSE_VALIDATORS
+
 class WXDLLEXPORT wxGenericValidator: public wxValidator
 {
 public:
@@ -55,4 +57,8 @@ protected:
   wxArrayInt* m_pArrayInt;
 };
 
-#endif    // _WX_VALGENH__
+#endif
+  // wxUSE_VALIDATORS
+
+#endif    
+  // _WX_VALGENH__