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.