Re: [Mingw-w64-public] Fix using sched.h in MSVC

2024-08-26 Thread LIU Hao
在 2024-08-26 22:17, Isuru Fernando 写道: Hi, Here's a patch attached that supports using sched.h in MSVC. I encountered this in a project that included sched.h, but was unused. Let me know if the patch makes sense. Thanks. The patch looks correct to me. Applied and pushed to master now. -- Be

Re: [Mingw-w64-public] [RFD] Split standard and non-standard CRT functions

2024-08-26 Thread Rafael Kitover
вс, 25 авг. 2024 г. в 13:44, LIU Hao : > You can't use MSVCRT functions by simply linking with `-lmsvcrt`; it would > precede default > libraries, specifically, the Cygwin DLL. I explained this but some US government shits are rewriting my emails so you did not see my explanation. If you do: gc

[Mingw-w64-public] Fix using sched.h in MSVC

2024-08-26 Thread Isuru Fernando
Hi, Here's a patch attached that supports using sched.h in MSVC. I encountered this in a project that included sched.h, but was unused. Let me know if the patch makes sense. Isuru From c69fc5479613ee1f651c6438a2635b4f9b45bd34 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Mon, 26 Aug 2024 0