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:
committed by
Michael Natterer
parent
fe23211092
commit
c5e78fe18a
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user