Make built-in font data read-only

Alexandre Julliard julliard at winehq.com
Tue Jul 24 17:11:18 CDT 2001


Ian Pilcher <ian.pilcher at home.com> writes:

> Log message:
>     Ian Pilcher <ian.pilcher at home.com>
>     WINEPS: make built-in font data read-only

Unfortunately the data still isn't stored in read-only memory even
though it is declared const, because the structures contain pointers
that require relocation. Would it be possible to store offsets instead
of pointers?

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list