corrected conditional compilation to take wxUSE_POSTSCRIPT into account

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2002-01-26 22:02:08 +00:00
parent 853e3ce974
commit 0615b5e72a

View File

@ -30,7 +30,7 @@
#include "wx/defs.h" #include "wx/defs.h"
#if wxUSE_PRINTING_ARCHITECTURE #if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/utils.h" #include "wx/utils.h"