xref: /aosp_15_r20/external/pdfium/third_party/lcms/0029-drop-register-keyword.patch (revision 3ac0a46f773bac49fa9476ec2b1cf3f8da5ec3a4)
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