Re: working version of GTK for win64



> Also we should use
> [...]

> instead of
> [...]

> for correct MSVC build of applications.

If you check glibconfig.h.win32.in you will see that it already does
it exactly like you say. glibconfig.h.win32.in is a hand-maintained
file that includes _MSC_VER ifdefs, from which the glibconfig.h that
is in the official GLib Win32 packages on ftp.gnome.org is generated.

A glibconfig.h generated by the configure script is as such not usable
by other compilers than that which the configure script used, and
should thus not be distributed as part of developer packages that
claim to be usable by several compilers.

--tml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]