Re: uxtheme and unicode INI files

2004-01-08 Thread Alexandre Julliard
Kevin Koltzau <[EMAIL PROTECTED]> writes: > Or would it be preferable that I stick with the way windows does it > (by duplicating the ini file loading within uxtheme) and do all the > processing in memory? Yes that would be much better. Parsing a .ini file is not hard, and in the end it's probabl

uxtheme and unicode INI files

2004-01-08 Thread Kevin Koltzau
I've submitted this patch once with no luck, but I've got a question that may affect my need to use this patch (or one similar) Msstyles store a few INI files within the style that define various properties of the theme. Windows duplicates all the .ini file processing within uxtheme.dll, I would