Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [mingw] #38736: DTM_SETFORMATW incorrectly defined in
commctrl.h (MinGW Notification List)
2. [mingw] #38736: DTM_SETFORMATW incorrectly defined in
commctrl.h (MinGW Notification List)
3. [SCM] mingw-org-wsl (mingw) branch, 5.2-trunk, updated.
955a4fc384c7d0a5954cc40deb646077daeb279f (MinGW Notification List)
4. [mingw] #38736: DTM_SETFORMATW incorrectly defined in
commctrl.h (MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Sun, 18 Nov 2018 16:26:36 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #38736: DTM_SETFORMATW incorrectly
defined in commctrl.h
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#38736: DTM_SETFORMATW incorrectly defined in commctrl.h
Open Date: 2018-11-08 22:28
Last Update: 2018-11-18 16:26
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38736
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38736
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2018-11-18 16:26 Updated by: keith
Comment:
Reply To heisenbug
You're welcome. And I understand. If it helps: I have tested the 0x1032
value and can report that it works as intended.
Thanks for that. I've prepared the obvious patch; how would you like me to
attribute it, in the ChangeLog?
---------------------------------------------------------------------
Ticket Status:
Reporter: heisenbug
Owner: keith
Type: Issues
Status: Open [Owner assigned]
Priority: 5 - Medium
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
Problem: MinGW's w32api header commctrl.h incorrectly defines DTM_SETFORMATW as
0x1050.
The official MSVC++ WinAPI headers define DTM_SETFORMATW as 0x1032, via the
expression DTM_FIRST + 50, where DTM_FIRST is 0x1000. This of course translates
to the correct value of 0x1032.
I suspect that DTM_SETFORMATW accidentally became 0x1050 in the MinGW header,
because of a mental hex addition error.
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38736
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38736
------------------------------
Message: 2
Date: Sun, 18 Nov 2018 17:33:41 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #38736: DTM_SETFORMATW incorrectly
defined in commctrl.h
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#38736: DTM_SETFORMATW incorrectly defined in commctrl.h
Open Date: 2018-11-08 23:28
Last Update: 2018-11-18 17:33
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38736
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38736
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2018-11-18 17:33 Updated by: heisenbug
Comment:
Oh that's generous. You can say "reported by Jelle Geerts" if you like! Thanks
for asking.
---------------------------------------------------------------------
Ticket Status:
Reporter: heisenbug
Owner: keith
Type: Issues
Status: Open [Owner assigned]
Priority: 5 - Medium
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: None
---------------------------------------------------------------------
Ticket details:
Problem: MinGW's w32api header commctrl.h incorrectly defines DTM_SETFORMATW as
0x1050.
The official MSVC++ WinAPI headers define DTM_SETFORMATW as 0x1032, via the
expression DTM_FIRST + 50, where DTM_FIRST is 0x1000. This of course translates
to the correct value of 0x1032.
I suspect that DTM_SETFORMATW accidentally became 0x1050 in the MinGW header,
because of a mental hex addition error.
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38736
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38736
------------------------------
Message: 3
Date: Mon, 19 Nov 2018 06:31:29 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.2-trunk,
updated. 955a4fc384c7d0a5954cc40deb646077daeb279f
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-org-wsl" repository
containing the "mingw" project.
The branch, 5.2-trunk has been updated
via 955a4fc384c7d0a5954cc40deb646077daeb279f (commit)
via 4e112aee2e0f9666221d325c41641abdc8257b21 (commit)
via dc13681f4620fbe7cc94e4f862bc44a43d7a8163 (commit)
from 6479346df7674ef45103e37e152cb01671e4c0de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 955a4fc384c7d0a5954cc40deb646077daeb279f
Author: Jelle Geerts <[email protected]>
Date: Sun Nov 18 21:25:35 2018 +0000
Fix MinGW-Bug #38736 (OSDN ticket).
commit 4e112aee2e0f9666221d325c41641abdc8257b21
Author: Keith Marshall <[email protected]>
Date: Sun Nov 18 18:48:03 2018 +0000
Make <commctrl.h> header effectively self-contained.
commit dc13681f4620fbe7cc94e4f862bc44a43d7a8163
Author: Keith Marshall <[email protected]>
Date: Fri Nov 16 20:03:22 2018 +0000
Make <prsht.h> header effectively self-contained.
-----------------------------------------------------------------------
Summary of changes:
w32api/ChangeLog | 38 +
w32api/include/commctrl.h | 8859 ++++++++++++++++++++++++++-------------------
w32api/include/prsht.h | 754 ++--
3 files changed, 5609 insertions(+), 4042 deletions(-)
hooks/post-receive
--
mingw-org-wsl (mingw)
------------------------------
Message: 4
Date: Sun, 18 Nov 2018 21:37:32 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #38736: DTM_SETFORMATW incorrectly
defined in commctrl.h
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#38736: DTM_SETFORMATW incorrectly defined in commctrl.h
Open Date: 2018-11-08 22:28
Last Update: 2018-11-18 21:37
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38736
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38736
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2018-11-18 21:37 Updated by: keith
* Status Update from Open to Closed
* Resolution Update from None to Fixed
Comment:
Fixed by commit #955a4fc.
---------------------------------------------------------------------
Ticket Status:
Reporter: heisenbug
Owner: keith
Type: Issues
Status: Closed
Priority: 5 - Medium
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: Fixed
---------------------------------------------------------------------
Ticket details:
Problem: MinGW's w32api header commctrl.h incorrectly defines DTM_SETFORMATW as
0x1050.
The official MSVC++ WinAPI headers define DTM_SETFORMATW as 0x1032, via the
expression DTM_FIRST + 50, where DTM_FIRST is 0x1000. This of course translates
to the correct value of 0x1032.
I suspect that DTM_SETFORMATW accidentally became 0x1050 in the MinGW header,
because of a mental hex addition error.
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38736
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38736
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 14, Issue 3
*******************************************