X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a064d5cefa3672d9ca2ea033da288c722507c37..749da44287b95c70c2de60adfd8912bf24be60d9:/setup.h.in?ds=sidebyside diff --git a/setup.h.in b/setup.h.in index 91e78e4a3c..e28be0bee1 100644 --- a/setup.h.in +++ b/setup.h.in @@ -335,6 +335,8 @@ #define wxUSE_GRID 0 +#define wxUSE_DATAVIEWCTRL 0 + #define wxUSE_MINIFRAME 0 @@ -596,6 +598,10 @@ * Use GNOME print for printing under GTK+ 2.0 */ #define wxUSE_LIBGNOMEPRINT 0 +/* + * Use the Hildon framework + */ +#define wxUSE_LIBHILDON 0 /* * Use iODBC */ @@ -1058,8 +1064,9 @@ with wx/msw/setup.h */ #define wxUSE_XPM_IN_MSW wxUSE_XPM -// Set to 0 to disable PostScript print/preview architecture code under Windows -// (just use Windows printing). +/* Set to 0 to disable PostScript print/preview architecture code under Windows + (just use Windows printing). + */ #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 #endif /* __WIN32__ */