Re: [Mingw-w64-public] patch: add timeapi.h

2022-01-02 Thread LIU Hao
在 2022-01-02 21:34, Michel Zou 写道: Ok, here is an amended version of the patch. Thanks. Pushed. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.

Re: [Mingw-w64-public] patch: add timeapi.h

2022-01-02 Thread Michel Zou
Ok, here is an amended version of the patch. From: LIU Hao Sent: Sunday, January 2, 2022 6:01 AM To: mingw-w64-public@lists.sourceforge.net ; Michel Zou Subject: Re: [Mingw-w64-public] patch: add timeapi.h 在 1/1/22 5:21 PM, Michel Zou 写道: > diff --git a/mi

Re: [Mingw-w64-public] patch: add timeapi.h

2022-01-01 Thread LIU Hao
在 1/1/22 5:21 PM, Michel Zou 写道: > diff --git a/mingw-w64-headers/include/timeapi.h > b/mingw-w64-headers/include/timeapi.h > new file mode 100644 > index 0..5ac5a9d77 > --- /dev/null > +++ b/mingw-w64-headers/include/timeapi.h > @@ -0,0 +1,11 @@ > +/** > + * This file has no copyright ass

[Mingw-w64-public] patch: add timeapi.h

2022-01-01 Thread Michel Zou
hi, here is a patch to add timeapi.h. everything seems to be already available in mmsystem.h, so just include that. From f036ac183f91fb0ad7ff17cd5872f45e1ea7b8b4 Mon Sep 17 00:00:00 2001 From: Michel Zou Date: Sat, 1 Jan 2022 10:16:11 +0100 Subject: [PATCH] add timeapi.h --- mingw-w64-headers