[PATCH v2] Cygwin: Make native clipboard layout same for 32- and 64-bit

2021-10-25 Thread Mark Geisert
This patch unifies the layout of the clipboard descriptor cygcb_t for 32- and 64-bit Cygwin. It allows correct copy/paste between the two environments without corruption of user's copied data and without access violations due to interpreting that data as a size field. The definitions of

Re: [PATCH] Cygwin: Make native clipboard layout same for 32- and 64-bit

2021-10-25 Thread Corinna Vinschen
On Oct 24 08:58, Takashi Yano wrote: > Hi Corinna, > > On Fri, 22 Oct 2021 17:11:13 +0200 > Corinna Vinschen wrote: > > Just to close this up prior to the 3.3.0 release... > > > > Given we never actually strived for 32<->64 bit interoperability, it's > > hard to argue why this should be