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

2021-10-26 Thread Corinna Vinschen
On Oct 25 02:25, Mark Geisert wrote: > 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 a

[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 CYGWIN_NA