patch submission(symbian/symbian_utils.dll)
Another symbian update.
Changes in this patch are describe below...
Changes made by Osvaldo Villalon:
-deleted references to TDllReason
-replaced TInt64.Low() with the I64LOW(TInt64) Macro
-updated the 'Create' function call
Changes made by Adam Russell:
-in order to resolve two kernel panics:
-removed reference to PL_clocktick at line 198 as it
is not correctly defined when first called there
-changed CPerlBase to call a new constructor I created
in Perl Base.cpp. The reason for this is that the new
constructor does not push anything into the CleanupStack
because doing so from a console app will cause a panic.
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>