[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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user