1diff --git a/third_party/lcms/include/lcms2.h b/third_party/lcms/include/lcms2.h 2index f65b3b758..1ace75d35 100644 3--- a/third_party/lcms/include/lcms2.h 4+++ b/third_party/lcms/include/lcms2.h 5@@ -62,7 +62,7 @@ 6 // #define CMS_RELY_ON_WINDOWS_STATIC_MUTEX_INIT 7 8 // Uncomment this to remove the "register" storage class 9-// #define CMS_NO_REGISTER_KEYWORD 1 10+#define CMS_NO_REGISTER_KEYWORD 1 11 12 // ********** End of configuration toggles ****************************** 13 14