https://bugs.winehq.org/show_bug.cgi?id=55268
Jeff Smith whydoubt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |whydoubt@gmail.com
--- Comment #1 from Jeff Smith whydoubt@gmail.com --- Based on current test results, it appears 'core' was broken even in Win 7, and what quit working with Win 8 is 'monochrome'. The combination "colored, bitmap info" is the only one that still works in Win 8+.
It seems broken(use_core_info && handle == NULL), /* Win 8, 10 */ should be broken((use_core_info || monochrome) && handle == NULL), /* Win 8, 10 */
That said, if it has been this way consistently since Win 8, should we re-evaluate marking it broken?