diff options
-rw-r--r-- | symbian/PerlUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/PerlUtil.cpp b/symbian/PerlUtil.cpp index 75c2cffe39..b979072749 100644 --- a/symbian/PerlUtil.cpp +++ b/symbian/PerlUtil.cpp @@ -11,6 +11,7 @@ #include <utf.h> #undef Copy +#undef New EXPORT_C SV* PerlUtil::newSvPVfromTDesC8(const TDesC8& aDesC8) { dTHX; |