Thomas Wolff via Cygwin writes: > gcc 14 and gcc 15 exhibit a mysterious compilation failure for mintty: > In file included from /usr/include/w32api/windows.h:70, > from /usr/include/w32api/wtypesbase.h:12, > from /usr/include/w32api/shlobj.h:9, > from jumplist.c:20: > /usr/include/w32api/winbase.h: In function ‘SetThreadpoolCallbackPriority’: > /usr/include/w32api/winbase.h:3450:3: error: implicit declaration of > function ‘TpSetCallbackPriority’; did you mean > ‘TpSetCallbackPersistent’? [-Wimplicit-function-declaration] > 3450 | TpSetCallbackPriority(cbe, prio);
It would get defined in winnt.h, so either that macro would need to be guarded by a specific feature test or WIN32_LEAN_AND_MEAN. Anyway, that needs to be reported upstream, I think. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple