summaryrefslogtreecommitdiffstats
path: root/external/lcms2/c++17.patch.1
blob: dc5b2ccde46c5501c189ce138644743b137ace7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/lcms2.h b/include/lcms2.h
index cf52014..926e2a0 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -62,7 +62,7 @@
 // #define CMS_RELY_ON_WINDOWS_STATIC_MUTEX_INIT
 
 // Uncomment this to remove the "register" storage class
-// #define CMS_NO_REGISTER_KEYWORD 1
+#define CMS_NO_REGISTER_KEYWORD 1
 
 // ********** End of configuration toggles ******************************