Bypass whole file on Win32.

2003-01-06  Tor Lillqvist  <tml@iki.fi>

	* plug-ins/script-fu/script-fu-server.c: Bypass whole file on
	Win32.
This commit is contained in:
Tor Lillqvist
2003-01-06 21:41:51 +00:00
committed by Tor Lillqvist
parent ec0f00b849
commit 59a4b7d0c6
2 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <glib.h> /* For G_OS_WIN32 */
#ifndef G_OS_WIN32
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
@ -622,3 +626,5 @@ ok_callback (GtkWidget *widget,
gtk_widget_destroy (GTK_WIDGET (data));
}
#endif /* G_OS_WIN32 */