From: Vadim Zeitlin Date: Sat, 2 Aug 2003 00:13:31 +0000 (+0000) Subject: disable printing; doesn't compile X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/435bc10c9c43470a7d783d2701288293cbec83ee disable printing; doesn't compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 5d5d864f70..87934a5e36 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -812,7 +812,9 @@ #define wxUSE_MDI_ARCHITECTURE 1 // Set to 0 to disable print/preview architecture code -#define wxUSE_PRINTING_ARCHITECTURE 1 +// +// (doesn't compile anyhow right now (Aug 2003)) +#define wxUSE_PRINTING_ARCHITECTURE 0 // wxHTML sublibrary allows to display HTML in wxWindow programs and much, // much more.