File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 18
18
#ifndef MAGICKCORE_STUDIO_H
19
19
#define MAGICKCORE_STUDIO_H
20
20
21
- #if defined(_OPENMP ) && ((_OPENMP >= 200203 ) || defined(__OPENCC__ ))
22
- # include <omp.h>
23
- # define MAGICKCORE_OPENMP_SUPPORT 1
24
- #endif
25
-
26
- #if defined(__cplusplus ) || defined(c_plusplus )
27
- extern "C" {
28
- #endif
29
-
30
21
#if defined(WIN32 ) || defined(WIN64 ) || defined(_WIN32_WINNT )
31
22
# define MAGICKCORE_WINDOWS_SUPPORT
32
23
#else
@@ -56,6 +47,15 @@ extern "C" {
56
47
# endif
57
48
#endif
58
49
50
+ #if defined(_OPENMP ) && ((_OPENMP >= 200203 ) || defined(__OPENCC__ ))
51
+ # include <omp.h>
52
+ # define MAGICKCORE_OPENMP_SUPPORT 1
53
+ #endif
54
+
55
+ #if defined(__cplusplus ) || defined(c_plusplus )
56
+ extern "C" {
57
+ #endif
58
+
59
59
#if defined(MAGICKCORE_NAMESPACE_PREFIX )
60
60
# include "magick/methods.h"
61
61
#endif
Original file line number Diff line number Diff line change 18
18
#ifndef MAGICKWAND_STUDIO_H
19
19
#define MAGICKWAND_STUDIO_H
20
20
21
- #if defined(_OPENMP ) && ((_OPENMP >= 200203 ) || defined(__OPENCC__ ))
22
- # include <omp.h>
23
- # define MAGICKCORE_OPENMP_SUPPORT 1
24
- #endif
25
-
26
- #if defined(__cplusplus ) || defined(c_plusplus )
27
- extern "C" {
28
- #endif
29
-
30
21
#if defined(WIN32 ) || defined(WIN64 ) || defined(_WIN32_WINNT )
31
22
# define MAGICKWAND_WINDOWS_SUPPORT
32
23
#else
@@ -56,6 +47,15 @@ extern "C" {
56
47
# endif
57
48
#endif
58
49
50
+ #if defined(_OPENMP ) && ((_OPENMP >= 200203 ) || defined(__OPENCC__ ))
51
+ # include <omp.h>
52
+ # define MAGICKCORE_OPENMP_SUPPORT 1
53
+ #endif
54
+
55
+ #if defined(__cplusplus ) || defined(c_plusplus )
56
+ extern "C" {
57
+ #endif
58
+
59
59
#if !defined(const )
60
60
# define STDC
61
61
#endif
You can’t perform that action at this time.
0 commit comments