[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:
Hans Breuer
2004-11-21 14:22:45 +00:00
committed by Hans Breuer
parent a31104356e
commit 696663a611
30 changed files with 375 additions and 92 deletions

View File

@ -249,9 +249,12 @@ script_fu_run (const gchar *name,
/*
* The script-fu server for remote operation
*/
#ifndef G_OS_WIN32
script_fu_server_run (name, nparams, param,
nreturn_vals, return_vals);
#else
g_warning ("No script-fu server on win32");
#endif
}
else if (strcmp (name, "plug_in_script_fu_eval") == 0)
{