--- 3rdparty/pdfium/third_party/base/logging.h.orig 2026-02-07 08:59:58 UTC +++ 3rdparty/pdfium/third_party/base/logging.h @@ -10,7 +10,7 @@ #ifndef _WIN32 #define NULL_DEREF_IF_POSSIBLE \ - *(reinterpret_cast(NULL) + 42) = 0x42; + *(reinterpret_cast(__null) + 42) = 0x42; #else #define NULL_DEREF_IF_POSSIBLE #endif