FS#45138 - [mingw-w64-crt] libuser32.a doesn't contain AddClipboardFormatListener

Attached to Project: Community Packages
Opened by Paladin (p4l4din) - Friday, 29 May 2015, 23:35 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 17 November 2016, 15:02 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: libuser32.a doesn't contain AddClipboardFormatListener. It's probably caused by this function comming in Windows Vista. This package probably doesn't contain those.

Steps to reproduce: Use AddClipboardFormatListener function and try to link the program. See undefined reference to ... .
This task depends upon

Closed by  Sergej Pupykin (sergej)
Thursday, 17 November 2016, 15:02 GMT
Reason for closing:  Upstream
Additional comments about closing:  I think it is upstream issue.
Comment by Sergej Pupykin (sergej) - Thursday, 17 November 2016, 15:01 GMT
I think it is bug-or-feature. Just grep mingw-w64-v5.0.0/mingw-w64-crt/lib{32,64}. This function presents in lib32 (and test compiles for i686) and does not present in lib64 (and test compilation fails)

Loading...