diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-10-18 15:53:16 +0300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-18 09:29:05 +0000 |
commit | afa051f3b09f5d327b45ebbe29f3b5664dc8a42d (patch) | |
tree | 38d663bba2faf2ac0912c5bac70d57e7577b44f1 /symbian | |
parent | 9e9eca48de8960c9038e5658c1e096f1dea12d51 (diff) | |
download | perl-afa051f3b09f5d327b45ebbe29f3b5664dc8a42d.tar.gz |
Symbian: New vs New
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25788
Diffstat (limited to 'symbian')
-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; |