From d8a2a4dcb309183e592e5b3d6a9900ee1d8ffabb Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 11 Mar 2005 16:50:24 +0000 Subject: [PATCH] trying to minimize changes needed to gd - change USE_THREADS to DISABLE_THREADS in gdhelpers.h - remove change to NONDLL in gd.h - add "#DEFINE NONDLL 1" and "#define DISABLE_THREADS 1" to windows/config.h - fix entities.tcl to agree with entities.h that was supposed to be generated from it --- lib/gd/entities.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gd/entities.tcl b/lib/gd/entities.tcl index d4134209c..1f7c9e7e4 100755 --- a/lib/gd/entities.tcl +++ b/lib/gd/entities.tcl @@ -32,7 +32,7 @@ puts $f "#ifdef __cplusplus" puts $f "extern \"C\" {" puts $f "#endif" puts $f "" -puts $f "struct entities_s {" +puts $f "static struct entities_s {" puts $f " char *name;" puts $f " int value;" puts $f "} entities\[\] = {" -- 2.40.0