X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4e76e0d7e4c1be878e125df31dc9370bb0fa99e..93b7364ecd30d7788e917362cac29380c86f2555:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index e6a4b8fed2..40bc3ab8fd 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -1,15 +1,22 @@ -#ifndef __CONTROLH_BASE__ -#define __CONTROLH_BASE__ +#ifndef _WX_CONTROL_H_BASE_ +#define _WX_CONTROL_H_BASE_ + +// all classes derived from wxControl need the validators +#include "wx/validate.h" #if defined(__WXMSW__) #include "wx/msw/control.h" #elif defined(__WXMOTIF__) -#include "wx/xt/control.h" +#include "wx/motif/control.h" #elif defined(__WXGTK__) #include "wx/gtk/control.h" #elif defined(__WXQT__) #include "wx/qt/control.h" +#elif defined(__WXMAC__) +#include "wx/mac/control.h" +#elif defined(__WXSTUBS__) +#include "wx/stubs/control.h" #endif #endif - // __CONTROLH_BASE__ + // _WX_CONTROL_H_BASE_