On Monday 20 May 2024 13:04:33 Martin Storsjö wrote: > On Thu, 9 May 2024, Pali Rohár wrote: > > > File msvcrt-common.def.in adds just symbol aliases, so include it in CRT > > def files after having all symbols declared. > > > > Note that some def files use DECORATED_EXPORT macro from func.def.in file, > > so include func.def.in at beginning of each def file. > > I guess def files also could use many other of the macros defined in > func.def.in, like F32(), F64() etc - not only DECORATED_EXPORT? (Not sure if > this is done in practice or not though.) > > // Martin
That it truth. For example msvcrt.def.in uses also other macros from func.def.in file. So what about rephrasing commit message to something like this? Note that some def files use macros from func.def.in file, so include func.def.in at beginning of the file when needed. _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public