vcpkg/ports/lcms/fix-shared-library.patch
Nick e3a3942a9e
[libjxl][lcms][highway] update to latest version (#27593)
* [highway] update to 1.0.2

* [lcms] update to 2.14

* [libjxl] update to 0.7.0
2022-11-03 15:14:09 -07:00

13 lines
373 B
Diff

diff --git a/include/lcms2.h b/include/lcms2.h
index fd4ac7c..a99bdd2 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -227,6 +227,7 @@ typedef int cmsBool;
// Calling convention -- this is hardly platform and compiler dependent
+#define CMS_DLL
#ifdef CMS_IS_WINDOWS_
# if defined(CMS_DLL) || defined(CMS_DLL_BUILD)
# ifdef __BORLANDC__