diff options
author | Oliver Braun <obr@openoffice.org> | 2001-02-01 15:04:03 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2001-02-01 15:04:03 +0000 |
commit | bd885671bf435e0e50eca000d0c2bb497f0aa565 (patch) | |
tree | f6034ae6a9a5e4e589eea9cbd7b455ca3d63c3e6 | |
parent | bd879e0766e1b0353f0a92c81553fa596bc1b45c (diff) |
reinserted the USE_PSPRINT that was eliminated during Xprint merge
-rw-r--r-- | vcl/unx/inc/prex.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/unx/inc/prex.h b/vcl/unx/inc/prex.h index 8c2f3003272f..406011b32c14 100644 --- a/vcl/unx/inc/prex.h +++ b/vcl/unx/inc/prex.h @@ -2,9 +2,9 @@ * * $RCSfile: prex.h,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: oisin $ $Date: 2001-01-31 14:59:28 $ + * last change: $Author: obr $ $Date: 2001-02-01 16:04:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ // // // (C) 1997 Star Division GmbH, Hamburg, Germany // // // -// $Revision: 1.5 $ $Author: oisin $ $Date: 2001-01-31 14:59:28 $ // +// $Revision: 1.6 $ $Author: obr $ $Date: 2001-02-01 16:04:03 $ // // // // $Workfile: prex.h $ // // $Modtime: 08 Aug 1997 10:13:54 $ // @@ -134,10 +134,10 @@ extern "C" { #define __Ol_OlXlibExt_h__ -#if !defined(_USE_PRINT_EXTENSION_) +#if !defined(_USE_PRINT_EXTENSION_) && ! defined USE_PSPRINT #include <salpdecl.h> #include <salpmacr.h> -#else +#elif ! defined USE_PSPRINT #include <X11/X.h> #include <X11/Xlib.h> #include <X11/Xutil.h> |