summaryrefslogtreecommitdiff
path: root/MagickCore/deprecate.h
diff options
context:
space:
mode:
Diffstat (limited to 'MagickCore/deprecate.h')
-rw-r--r--MagickCore/deprecate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/MagickCore/deprecate.h b/MagickCore/deprecate.h
index 107e5e2a3..7c07bc9ee 100644
--- a/MagickCore/deprecate.h
+++ b/MagickCore/deprecate.h
@@ -1,5 +1,5 @@
/*
- Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization
+ Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
dedicated to making software imaging solutions freely available.
You may not use this file except in compliance with the License. You may
@@ -32,9 +32,11 @@ typedef int
extern MagickExport MagickBooleanType
GetMagickSeekableStream(const MagickInfo *);
+#if defined(MAGICKCORE_WINGDI32_DELEGATE)
extern MagickExport void
*CropImageToHBITMAP(Image *,const RectangleInfo *,ExceptionInfo *),
*ImageToHBITMAP(Image *,ExceptionInfo *);
+#endif
#endif