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:
Sven Neumann 2003-07-28 18:19:24 +00:00 committed by Sven Neumann
parent 15b80e0c1b
commit bd692e34ff
2 changed files with 3 additions and 1 deletions

View file

@ -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,

View file

@ -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"