diff options
| -rw-r--r-- | swig/Lasso.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i index d43bb175..b2609239 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -30,6 +30,10 @@ %include exception.i %include typemaps.i + +#ifndef SWIGPHP4 +%rename(WSF_SUPPORT) LASSO_WSF_SUPPORT; +#endif %include wsf-support.i #if LASSO_WSF_SUPPORT == 1 |
