mirror of https://github.com/GNOME/gimp.git
added gimpwin32-io.h.
2003-07-28 Sven Neumann <sven@gimp.org> * libgimpbase/Makefile.am (EXTRA_HEADERS): added gimpwin32-io.h. * libgimpbase/gimpdatafiles.c: properly include the new header.
This commit is contained in:
parent
15b80e0c1b
commit
bd692e34ff
|
@ -2,6 +2,8 @@
|
|||
|
||||
* libgimpbase/Makefile.am (EXTRA_HEADERS): added gimpwin32-io.h.
|
||||
|
||||
* libgimpbase/gimpdatafiles.c: properly include the new header.
|
||||
|
||||
2003-07-28 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* libgimp/Makefile.am: add libgimpcolor to libgimpui's LIBADD,
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <glib-object.h>
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <libgimpbase/gimpwin32-io.h>
|
||||
#include "gimpwin32-io.h"
|
||||
#endif /* G_OS_WIN32 */
|
||||
|
||||
#include "gimpbasetypes.h"
|
||||
|
|
Loading…
Reference in New Issue