[gtkada] Re: Problems running testgtk

Emmanuel Briot briot at adacore.com
Tue Aug 1 15:26:50 CEST 2006


On Tuesday 01 August 2006 15:22, Dmitry A. Kazakov wrote:
> #ifdef G_OS_WIN32
> /* DLL ABI stability hack. */
> #define gdk_pixbuf_save gdk_pixbuf_save_utf8
> #define gdk_pixbuf_savev gdk_pixbuf_savev_utf8
> #endif
> ------------------------------
> which obviously means that gdk_pixbuf_save_utf8 has to be routed to
> gdk_pixbuf_save.


I read it as exactly the opposite in fact. If there is a call to 
gdk_pixbuf_save in C, the real function to call is gdk_pixbuf_save_utf8

Emmanuel



More information about the gtkada mailing list