diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-10-31 20:38:42 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 16:25:23 +0000 |
commit | 25ca88e0cbd385e70d7ea2ee4f8a34a9ff7bcc17 (patch) | |
tree | 81bd98f725c8e6e8c9d7760fe938f669619fbc56 /symbian/symbian_utils.cpp | |
parent | f6ba99206280472c9e353abb350d114de9d2591b (diff) | |
download | perl-25ca88e0cbd385e70d7ea2ee4f8a34a9ff7bcc17.tar.gz |
Symbian port 0.3.0 as of blead@25911
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25933
Diffstat (limited to 'symbian/symbian_utils.cpp')
-rw-r--r-- | symbian/symbian_utils.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/symbian/symbian_utils.cpp b/symbian/symbian_utils.cpp index a1a0422079..4fb13ac2e1 100644 --- a/symbian/symbian_utils.cpp +++ b/symbian/symbian_utils.cpp @@ -9,7 +9,7 @@ #define SYMBIAN_UTILS_CPP #include <e32base.h> #include <e32std.h> -#include <textresolver.h> +// #include <textresolver.h> // textresolver not used since seems not to work #include <utf.h> #include <hal.h> @@ -45,8 +45,8 @@ extern "C" { EXPORT_C char* symbian_get_error_string(TInt error) { // CTextResolver seems to be unreliable, so we roll our own - // at least for the basic Symbian errors (but does not work - // for the various subsystems). + // at least for the basic Symbian errors (this does not cover + // the various subsystems). dTHX; if (error >= 0) return strerror(error); |