]> Pileus Git - ~andy/gtk/commit
don't 'g_tohl (*istream++)', but move pointer increment out of the macro,
authorHans Breuer <hans@breuer.org>
Fri, 20 Jul 2001 17:34:08 +0000 (17:34 +0000)
committerHans Breuer <hans@src.gnome.org>
Fri, 20 Jul 2001 17:34:08 +0000 (17:34 +0000)
commit9d1e828d08de78793e1f1ef68535b4d62b13e691
treeb6e4573abbd77aa3061f5787a5b983a5b21fbe3b
parentc0fcc8c6acd5a1a85e80fcd4be9851f2e2faf760
don't 'g_tohl (*istream++)', but move pointer increment out of the macro,

2001-07-20  Hans Breuer  <hans@breuer.org>

* gdk-pixdata.c : don't 'g_tohl (*istream++)', but move
pointer increment out of the macro, because  at least one
compiler (msvc 5.0) gets confused otherwise (applies the
wrong increment).

* gdk_pixbuf.def : updated exports

* makefile.msc : reflect gdk-pixbuf-csource changes
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixdata.c
gdk-pixbuf/gdk_pixbuf.def
gdk-pixbuf/makefile.msc