On Tue, May 16, 2023 at 12:09 PM LIU Hao <[email protected]> wrote: > > These are easy fixes. Haven't tested them though, I will do that later today. > > 'binmode.o' and 'txtmode.o' are not named like the other object files e.g. > 'CRT_glob.o'. Should they > be renamed as such? >
The name binmode.o/commode.o should be fine. It conforms to Microsoft doc. https://learn.microsoft.com/en-us/cpp/c-runtime-library/link-options?view=msvc-170 commode.c should be : // #include <corecrt_internal_stdio.h> int _commode = 0x0800; // _IOCOMMIT Please do not remove the comments. _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
