[Mono-devel-list] Removing libgdiplus' dependency on mono/io-layer/uglify.h

Duncan Mak duncan at ximian.com
Thu Mar 18 20:01:45 EST 2004


Hi all,

libgdiplus is currently dependent on Mono because we're referrencing
mono/io-layer/uglify.h. libgdiplus should really not depend on that, and
I'd like to fix that before the next release.

I think we have 2 options:

a) ship our own copy of uglify.h as part of libgdiplus

b) remove the references to the Win32 type names in the code.

Solution (a) causes the least number of changes, but personally, I
prefer solution (b). Is there an advantage to keeping our headers
word-for-word identical to the Microsoft one?

Duncan.



More information about the Mono-devel-list mailing list