Project

General

Profile

« Previous | Next » 

Revision 5434aa3f

Added by nobu (Nobuyoshi Nakada) 3 days ago

Win32: Remove unreferenced COMDAT from object files

Windows 11 SDK Version 10.0.26100.0 introduced a new internal inline
function in ucrt/corecrt_math.h. Even it appears in object files and
will be included in the DEF file, it will be removed from the DLL and
result in a linker error.