X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b33e9f4031e64e957dcb873bf5e7c9a3b08d0c0d..51623cc53f350935337e57930eaaf1afe9a48c3b:/include/wx/gtk/setup0.h?ds=sidebyside diff --git a/include/wx/gtk/setup0.h b/include/wx/gtk/setup0.h index 197862a574..b5bfb413b0 100644 --- a/include/wx/gtk/setup0.h +++ b/include/wx/gtk/setup0.h @@ -1645,4 +1645,12 @@ #define wxUSE_CRASHREPORT 1 /* --- end MSW options --- */ +// GTK-specific options used when not using configure. As we can't test for the +// exact GTK version (without including GTK+ headers that we don't want to +// include from our own public headers), just assume a recent GTK 2.x. +#define __WXGTK20__ +#define __WXGTK210__ +#define __WXGTK218__ +//#define __WXGTK3__ + #endif // _WX_SETUP_H_