2022-11-03 23:14:09 +01:00
|
|
|
diff --git a/include/lcms2.h b/include/lcms2.h
|
2024-12-09 11:16:02 -08:00
|
|
|
index 7c72047..6306027 100644
|
2022-11-03 23:14:09 +01:00
|
|
|
--- a/include/lcms2.h
|
|
|
|
+++ b/include/lcms2.h
|
2024-12-09 11:16:02 -08:00
|
|
|
@@ -230,6 +230,7 @@ typedef int cmsBool;
|
2022-11-03 23:14:09 +01:00
|
|
|
|
|
|
|
|
|
|
|
// Calling convention -- this is hardly platform and compiler dependent
|
|
|
|
+#define CMS_DLL
|
2024-12-09 11:16:02 -08:00
|
|
|
#if defined(CMS_IS_WINDOWS_) && !defined(__GNUC__)
|
2022-11-03 23:14:09 +01:00
|
|
|
# if defined(CMS_DLL) || defined(CMS_DLL_BUILD)
|
|
|
|
# ifdef __BORLANDC__
|