From 28ba959cb77eabe61f8f58ac013b72e5d5d391d7 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 22 Jun 2004 22:45:53 +0000 Subject: "" svn path=/trunk/; revision=1829 --- externals/grill/py/source/main.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'externals/grill/py/source/main.h') diff --git a/externals/grill/py/source/main.h b/externals/grill/py/source/main.h index 2e8419d3..0bbb92d3 100644 --- a/externals/grill/py/source/main.h +++ b/externals/grill/py/source/main.h @@ -29,7 +29,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #error You need at least flext version 0.4.6 #endif -#define PY__VERSION "0.1.3pre" +#define PY__VERSION "0.1.3" #define PYEXT_MODULE "pyext" // name for module @@ -50,7 +50,9 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "main.h" +#ifdef FLEXT_THREADS typedef std::map PyThrMap; +#endif class py: public flext_base -- cgit v1.2.1