Skip to content

Commit 4d8883b

Browse files
committed
Changes to lcms.
1 parent e57f4ea commit 4d8883b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

include/lcms2.h

+10-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828

2929
#ifndef _lcms2_H
3030

31+
#ifdef _MSC_VER
32+
# if defined(_DLL) && !defined(_LIB)
33+
# define CMS_DLL 1
34+
# if defined(_LCMSLIB_)
35+
# define CMS_DLL_BUILD 1
36+
# endif
37+
# endif
38+
#endif
39+
3140
// ********** Configuration toggles ****************************************
3241

3342
// Uncomment this one if you are using big endian machines
@@ -62,7 +71,7 @@
6271
// #define CMS_RELY_ON_WINDOWS_STATIC_MUTEX_INIT
6372

6473
// Uncomment this to remove the "register" storage class
65-
// #define CMS_NO_REGISTER_KEYWORD 1
74+
#define CMS_NO_REGISTER_KEYWORD 1
6675

6776
// ********** End of configuration toggles ******************************
6877

0 commit comments

Comments
 (0)