Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/194
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jun 4, 2016
1 parent 4e914bb commit 83bceaa
Show file tree
Hide file tree
Showing 183 changed files with 377 additions and 377 deletions.
8 changes: 4 additions & 4 deletions MagickCore/MagickCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
MagickCore Application Programming Interface declarations.
*/

#ifndef _MAGICKCORE_CORE_H
#define _MAGICKCORE_CORE_H
#ifndef MAGICKCORE_CORE_H
#define MAGICKCORE_CORE_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif

#if !defined(_MAGICKCORE_CONFIG_H)
# define _MAGICKCORE_CONFIG_H
#if !defined(MAGICKCORE_CONFIG_H)
# define MAGICKCORE_CONFIG_H
# if !defined(vms) && !defined(macintosh)
# include "MagickCore/magick-config.h"
# else
Expand Down
6 changes: 3 additions & 3 deletions MagickCore/accelerate-kernels-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
MagickCore private kernels for accelerated functions.
*/

#ifndef _MAGICKCORE_ACCELERATE_KERNELS_PRIVATE_H
#define _MAGICKCORE_ACCELERATE_KERNELS_PRIVATE_H
#ifndef MAGICKCORE_ACCELERATE_KERNELS_PRIVATE_H
#define MAGICKCORE_ACCELERATE_KERNELS_PRIVATE_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down Expand Up @@ -3260,4 +3260,4 @@ OPENCL_ENDIF()
}
#endif

#endif // _MAGICKCORE_ACCELERATE_KERNELS_PRIVATE_H
#endif // MAGICKCORE_ACCELERATE_KERNELS_PRIVATE_H
6 changes: 3 additions & 3 deletions MagickCore/accelerate-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
MagickCore private methods for accelerated functions.
*/

#ifndef _MAGICKCORE_ACCELERATE_PRIVATE_H
#define _MAGICKCORE_ACCELERATE_PRIVATE_H
#ifndef MAGICKCORE_ACCELERATE_PRIVATE_H
#define MAGICKCORE_ACCELERATE_PRIVATE_H

#include "MagickCore/fx.h"
#include "MagickCore/morphology.h"
Expand Down Expand Up @@ -63,4 +63,4 @@ extern MagickPrivate MagickBooleanType
}
#endif

#endif // _MAGICKCORE_ACCELERATE_PRIVATE_H
#endif // MAGICKCORE_ACCELERATE_PRIVATE_H
4 changes: 2 additions & 2 deletions MagickCore/animate-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore private methods to interactively animate an image sequence.
*/
#ifndef _MAGICKCORE_ANIMATE_PRIVATE_H
#define _MAGICKCORE_ANIMATE_PRIVATE_H
#ifndef MAGICKCORE_ANIMATE_PRIVATE_H
#define MAGICKCORE_ANIMATE_PRIVATE_H

#if defined(MAGICKCORE_X11_DELEGATE)
#include "MagickCore/xwindow-private.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/animate.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore methods to interactively animate an image sequence.
*/
#ifndef _MAGICKCORE_ANIMATE_H
#define _MAGICKCORE_ANIMATE_H
#ifndef MAGICKCORE_ANIMATE_H
#define MAGICKCORE_ANIMATE_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/annotate-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore private image annotation methods.
*/
#ifndef _MAGICKCORE_ANNOTATE_PRIVATE_H
#define _MAGICKCORE_ANNOTATE_PRIVATE_H
#ifndef MAGICKCORE_ANNOTATE_PRIVATE_H
#define MAGICKCORE_ANNOTATE_PRIVATE_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/annotate.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image annotation methods.
*/
#ifndef _MAGICKCORE_ANNOTATE_H
#define _MAGICKCORE_ANNOTATE_H
#ifndef MAGICKCORE_ANNOTATE_H
#define MAGICKCORE_ANNOTATE_H

#include "MagickCore/draw.h"

Expand Down
4 changes: 2 additions & 2 deletions MagickCore/artifact.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore artifact methods.
*/
#ifndef _MAGICKCORE_ARTIFACT_H
#define _MAGICKCORE_ARTIFACT_H
#ifndef MAGICKCORE_ARTIFACT_H
#define MAGICKCORE_ARTIFACT_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/attribute.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore methods to set or get image attributes.
*/
#ifndef _MAGICKCORE_ATTRIBUTE_H
#define _MAGICKCORE_ATTRIBUTE_H
#ifndef MAGICKCORE_ATTRIBUTE_H
#define MAGICKCORE_ATTRIBUTE_H

#include "MagickCore/image.h"
#include "MagickCore/exception.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/blob-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore Binary Large OBjects private methods.
*/
#ifndef _MAGICKCORE_BLOB_PRIVATE_H
#define _MAGICKCORE_BLOB_PRIVATE_H
#ifndef MAGICKCORE_BLOB_PRIVATE_H
#define MAGICKCORE_BLOB_PRIVATE_H

#include "MagickCore/image.h"
#include "MagickCore/stream.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/blob.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore Binary Large OBjects methods.
*/
#ifndef _MAGICKCORE_BLOB_H
#define _MAGICKCORE_BLOB_H
#ifndef MAGICKCORE_BLOB_H
#define MAGICKCORE_BLOB_H

#include "MagickCore/image.h"
#include "MagickCore/stream.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/cache-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore cache private methods.
*/
#ifndef _MAGICKCORE_CACHE_PRIVATE_H
#define _MAGICKCORE_CACHE_PRIVATE_H
#ifndef MAGICKCORE_CACHE_PRIVATE_H
#define MAGICKCORE_CACHE_PRIVATE_H

#include "MagickCore/cache.h"
#include "MagickCore/distribute-cache.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/cache-view.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore cache view methods.
*/
#ifndef _MAGICKCORE_CACHE_VIEW_H
#define _MAGICKCORE_CACHE_VIEW_H
#ifndef MAGICKCORE_CACHE_VIEW_H
#define MAGICKCORE_CACHE_VIEW_H

#include "MagickCore/pixel.h"

Expand Down
4 changes: 2 additions & 2 deletions MagickCore/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore cache methods.
*/
#ifndef _MAGICKCORE_CACHE_H
#define _MAGICKCORE_CACHE_H
#ifndef MAGICKCORE_CACHE_H
#define MAGICKCORE_CACHE_H

#include "MagickCore/blob.h"

Expand Down
4 changes: 2 additions & 2 deletions MagickCore/channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image channel methods.
*/
#ifndef _MAGICKCORE_CHANNEL_H
#define _MAGICKCORE_CHANNEL_H
#ifndef MAGICKCORE_CHANNEL_H
#define MAGICKCORE_CHANNEL_H

#include <MagickCore/image.h>

Expand Down
4 changes: 2 additions & 2 deletions MagickCore/cipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore cipher methods.
*/
#ifndef _MAGICKCORE_CIPHER_H
#define _MAGICKCORE_CIPHER_H
#ifndef MAGICKCORE_CIPHER_H
#define MAGICKCORE_CIPHER_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore client methods.
*/
#ifndef _MAGICKCORE_CLIENT_H
#define _MAGICKCORE_CLIENT_H
#ifndef MAGICKCORE_CLIENT_H
#define MAGICKCORE_CLIENT_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/coder-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore private image coder methods.
*/
#ifndef _MAGICKCORE_CODER_PRIVATE_H
#define _MAGICKCORE_CODER_PRIVATE_H
#ifndef MAGICKCORE_CODER_PRIVATE_H
#define MAGICKCORE_CODER_PRIVATE_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/coder.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image coder methods.
*/
#ifndef _MAGICKCORE_CODER_H
#define _MAGICKCORE_CODER_H
#ifndef MAGICKCORE_CODER_H
#define MAGICKCORE_CODER_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/color-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore private image color methods.
*/
#ifndef _MAGICKCORE_COLOR_PRIVATE_H
#define _MAGICKCORE_COLOR_PRIVATE_H
#ifndef MAGICKCORE_COLOR_PRIVATE_H
#define MAGICKCORE_COLOR_PRIVATE_H

#include "MagickCore/image.h"
#include "MagickCore/image-private.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/color.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image color methods.
*/
#ifndef _MAGICKCORE_COLOR_H
#define _MAGICKCORE_COLOR_H
#ifndef MAGICKCORE_COLOR_H
#define MAGICKCORE_COLOR_H

#include "MagickCore/pixel.h"
#include "MagickCore/exception.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/colormap-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image colormap methods.
*/
#ifndef _MAGICKCORE_COLORMAP_PRIVATE_H
#define _MAGICKCORE_COLORMAP_PRIVATE_H
#ifndef MAGICKCORE_COLORMAP_PRIVATE_H
#define MAGICKCORE_COLORMAP_PRIVATE_H

#include "MagickCore/image.h"
#include "MagickCore/color.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/colormap.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image colormap methods.
*/
#ifndef _MAGICKCORE_COLORMAP_H
#define _MAGICKCORE_COLORMAP_H
#ifndef MAGICKCORE_COLORMAP_H
#define MAGICKCORE_COLORMAP_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/colorspace-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image colorspace private methods.
*/
#ifndef _MAGICKCORE_COLORSPACE_PRIVATE_H
#define _MAGICKCORE_COLORSPACE_PRIVATE_H
#ifndef MAGICKCORE_COLORSPACE_PRIVATE_H
#define MAGICKCORE_COLORSPACE_PRIVATE_H

#include "MagickCore/image.h"
#include "MagickCore/image-private.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/colorspace.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image colorspace methods.
*/
#ifndef _MAGICKCORE_COLORSPACE_H
#define _MAGICKCORE_COLORSPACE_H
#ifndef MAGICKCORE_COLORSPACE_H
#define MAGICKCORE_COLORSPACE_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/compare.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image compare methods.
*/
#ifndef _MAGICKCORE_COMPARE_H
#define _MAGICKCORE_COMPARE_H
#ifndef MAGICKCORE_COMPARE_H
#define MAGICKCORE_COMPARE_H

#include "MagickCore/image.h"

Expand Down
4 changes: 2 additions & 2 deletions MagickCore/composite-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image composite private methods.
*/
#ifndef _MAGICKCORE_COMPOSITE_PRIVATE_H
#define _MAGICKCORE_COMPOSITE_PRIVATE_H
#ifndef MAGICKCORE_COMPOSITE_PRIVATE_H
#define MAGICKCORE_COMPOSITE_PRIVATE_H


#include "MagickCore/color.h"
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/composite.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image composite methods.
*/
#ifndef _MAGICKCORE_COMPOSITE_H
#define _MAGICKCORE_COMPOSITE_H
#ifndef MAGICKCORE_COMPOSITE_H
#define MAGICKCORE_COMPOSITE_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/compress.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image compression/decompression methods.
*/
#ifndef _MAGICKCORE_COMPRESS_H
#define _MAGICKCORE_COMPRESS_H
#ifndef MAGICKCORE_COMPRESS_H
#define MAGICKCORE_COMPRESS_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/configure-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore private configure methods.
*/
#ifndef _MAGICKCORE_CONFIGURE_PRIVATE_H
#define _MAGICKCORE_CONFIGURE_PRIVATE_H
#ifndef MAGICKCORE_CONFIGURE_PRIVATE_H
#define MAGICKCORE_CONFIGURE_PRIVATE_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/configure.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore configure methods.
*/
#ifndef _MAGICKCORE_CONFIGURE_H
#define _MAGICKCORE_CONFIGURE_H
#ifndef MAGICKCORE_CONFIGURE_H
#define MAGICKCORE_CONFIGURE_H

#include "MagickCore/linked-list.h"

Expand Down
4 changes: 2 additions & 2 deletions MagickCore/constitute-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore private image constitute methods.
*/
#ifndef _MAGICKCORE_CONSTITUTE_PRIVATE_H
#define _MAGICKCORE_CONSTITUTE_PRIVATE_H
#ifndef MAGICKCORE_CONSTITUTE_PRIVATE_H
#define MAGICKCORE_CONSTITUTE_PRIVATE_H

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
Expand Down
4 changes: 2 additions & 2 deletions MagickCore/constitute.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image constitute methods.
*/
#ifndef _MAGICKCORE_CONSTITUTE_H
#define _MAGICKCORE_CONSTITUTE_H
#ifndef MAGICKCORE_CONSTITUTE_H
#define MAGICKCORE_CONSTITUTE_H

#include "MagickCore/pixel.h"

Expand Down
4 changes: 2 additions & 2 deletions MagickCore/decorate.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
MagickCore image decorate methods.
*/
#ifndef _MAGICKCORE_DECORATE_H
#define _MAGICKCORE_DECORATE_H
#ifndef MAGICKCORE_DECORATE_H
#define MAGICKCORE_DECORATE_H

#include "MagickCore/image.h"

Expand Down
Loading

0 comments on commit 83bceaa

Please sign in to comment.