Files
CMake/Source
Tolga Mizrak 607d9cf561 WINDOWS_EXPORT_ALL_SYMBOLS: Do not export C++ operators declared extern "C"
The pattern `extern "C" { inline bool operator==(...) {} }` appears
in at least one Windows SDK header, `winnt.h`.  Translation units that
instantiate the inline symbol produce object files with a symbol named
just `==`.  Avoid exporting such symbols because the linker will not
recognize them.

Fixes: #24999
2025-05-21 08:07:54 -04:00
..
2025-04-05 21:34:34 +02:00
2025-04-29 06:51:28 -04:00
2025-05-15 00:04:30 -04:00
2025-04-08 10:42:17 -04:00