We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cf025 commit e289097Copy full SHA for e289097
src/core/n-image.c
@@ -35,12 +35,10 @@
35
#include "reb-codec.h"
36
#include "sys-magick.h" // used for `resize` native
37
#include "sys-blur.h" // used for `blur` native
38
-#if defined(TO_WINDOWS) && defined(INCLUDE_IMAGE_OS_CODEC)
39
-#include "winerror.h" // used for WINCODEC_ERR_COMPONENTNOTFOUND
40
-#endif
41
-
42
-#ifndef WINCODEC_ERR_COMPONENTNOTFOUND
43
-#define WINCODEC_ERR_COMPONENTNOTFOUND 0x88982F50L
+#if defined(TO_WINDOWS)
+# ifndef WINCODEC_ERR_COMPONENTNOTFOUND
+# define WINCODEC_ERR_COMPONENTNOTFOUND 0x88982F50L
+# endif
44
#endif
45
46
0 commit comments