[new file] app/dialogs/Makefile.am : added to EXTRA_DIST
2004-09-21 Hans Breuer <hans@breuer.org> * app/dialogs/makefile.msc : [new file] app/dialogs/Makefile.am : added to EXTRA_DIST * **/makefile.msc app/gimpcore.def : updated * app/gimp.rc : let wilber be first * app/widgets/gimppropwidgets.c : msvc6 can't cast uint64 either * libgimpbase/gimpwin32-io.h : make up recent loss of ftruncate in GLib * libgimpthumbnail/gimpthumbnail.c : <process.h> for getpid() on win32 * plug-ins/helpbrowser/dialog.c : include gimpwin32-io.h * plug-ins/script-fu/siodwrapper.c plug-ins/script-fu/scrip-fu.c : there is no script-fu-server on win32
This commit is contained in:
@ -38,6 +38,8 @@
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include "libgimpbase/gimpwin32-io.h"
|
||||
#include <process.h>
|
||||
#define _getpid getpid
|
||||
#endif
|
||||
|
||||
#include "gimpthumb-types.h"
|
||||
|
||||
Reference in New Issue
Block a user