[gimp] Applied changes from CVS version 1.27 of official version of TinyScheme.
- From: Kevin Cozens <kcozens src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Applied changes from CVS version 1.27 of official version of TinyScheme.
- Date: Tue, 18 Aug 2009 14:52:29 +0000 (UTC)
commit 70de6ab70f8d2e18d4e176b1c31019a309523230
Author: Kevin Cozens <kcozens cvs gnome org>
Date: Mon Aug 17 21:42:59 2009 -0400
Applied changes from CVS version 1.27 of official version of TinyScheme.
Defined "snprintf" for WIN32 as "_snprintf".
plug-ins/script-fu/tinyscheme/scheme.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/script-fu/tinyscheme/scheme.c b/plug-ins/script-fu/tinyscheme/scheme.c
index 9a17d9f..6bdcd9a 100644
--- a/plug-ins/script-fu/tinyscheme/scheme.c
+++ b/plug-ins/script-fu/tinyscheme/scheme.c
@@ -32,6 +32,9 @@
# include <io.h>
# define access(f,a) _access(f,a)
#endif
+#ifdef WIN32
+#define snprintf _snprintf
+#endif
#if USE_DL
# include "dynload.h"
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]