[PATCH 1/3] wineps.drv: Make the Unicode name-sorted glyph table fully const.

Henri Verbeet hverbeet at gmail.com
Wed Sep 16 11:42:48 CDT 2015


On 16 September 2015 at 18:33, Erich E. Hoover
<erich.e.hoover at wine-staging.com> wrote:
> Sorry, I've been incredibly busy and wasn't paying close enough
> attention to the fact that those tables did not contain pointers.
> Patch 3 still applies.
>
They do, and that's what stops the compiler from putting them in
.rodata. It's good to make the table in patch 3 const, but it won't
really affect where it's placed. Either way, if you send this kind of
patch you should verify it works.



More information about the wine-devel mailing list