We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e175056 commit a38cc2aCopy full SHA for a38cc2a
test/unit/imaging/tiff_io.cpp
@@ -1,5 +1,8 @@
1
2
-#if defined(HAVE_TIFF)
+// disabled on windows due to https://github.com/mapnik/mapnik/issues/2838
3
+// TODO - get to the bottom of why including `tiff_reader.cpp` breaks windows
4
+// or re-write image_readers to allow `#include tiff_reader.hpp`
5
+#if !defined(_MSC_VER) && defined(HAVE_TIFF)
6
7
#include "catch.hpp"
8
0 commit comments