diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 13:06:03 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 13:06:03 +0900 |
| commit | fc0d281dbd31b1d5a15f8a5932dacb1af77ace07 (patch) | |
| tree | 252f376b97b5545a7f8d549152f20ffa9cbd3159 /kpresenter/KPrView.cpp | |
| parent | d4ef912051fb54339d1a6bf383ee7b1228846359 (diff) | |
| download | koffice-drop/hpux-support.tar.gz koffice-drop/hpux-support.zip | |
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.drop/hpux-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kpresenter/KPrView.cpp')
| -rw-r--r-- | kpresenter/KPrView.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp index e35f1966f..8fcab9481 100644 --- a/kpresenter/KPrView.cpp +++ b/kpresenter/KPrView.cpp @@ -215,14 +215,14 @@ Bool DPMSCapable( Display * ); #endif } -#if defined(XIMStringConversionRetrival) || defined (__sun) || defined(__hpux) +#if defined(XIMStringConversionRetrival) || defined (__sun) extern "C" { #endif Bool DPMSQueryExtension(Display *, int *, int *); Status DPMSEnable(Display *); Status DPMSDisable(Display *); Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *); -#if defined(XIMStringConversionRetrival) || defined (__sun) || defined(__hpux) +#if defined(XIMStringConversionRetrival) || defined (__sun) } #endif #endif |
