From 435bc10c9c43470a7d783d2701288293cbec83ee Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 Aug 2003 00:13:31 +0000 Subject: [PATCH] disable printing; doesn't compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup0.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.50.0