blob: ea8113b519063c0ccf6e63bd61c201a39522fee5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/include/lcms2.h b/include/lcms2.h
index 7c72047..6306027 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -230,6 +230,7 @@ typedef int cmsBool;
// Calling convention -- this is hardly platform and compiler dependent
+#define CMS_DLL
#if defined(CMS_IS_WINDOWS_) && !defined(__GNUC__)
# if defined(CMS_DLL) || defined(CMS_DLL_BUILD)
# ifdef __BORLANDC__
|