added copyright header, added #defines for access(), F_OK, R_OK and X_OK.

2004-07-19  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/gimpwin32-io.h: added copyright header, added
	#defines for access(), F_OK, R_OK and X_OK.

	* app/core/gimpdata.c: include the above instead of defining
	the workarounds here.

	* app/base/tile-swap.c
	* app/config/gimpconfig-dump.c
	* libgimpthumb/gimpthumb-utils.c
	* libgimpthumb/gimpthumbnail.c: for consistency, #include
	gimpwin32-io.h with "" instead of <>.
This commit is contained in:
Michael Natterer
2004-07-19 13:22:44 +00:00
committed by Michael Natterer
parent fe23211092
commit c5e78fe18a
7 changed files with 60 additions and 26 deletions

View File

@ -34,7 +34,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#ifdef G_OS_WIN32
#include <libgimpbase/gimpwin32-io.h>
#include "libgimpbase/gimpwin32-io.h"
#endif
#include "gimpthumb-types.h"