kernel/eka/include/u32std.h
changeset 300 1d28c8722707
parent 271 dc268b18d709
--- a/kernel/eka/include/u32std.h	Wed Oct 20 13:58:28 2010 +0100
+++ b/kernel/eka/include/u32std.h	Tue Nov 02 15:29:23 2010 +0000
@@ -543,6 +543,7 @@
 
 // This must not conflict with any possible valid TLS keys
 const TInt KGlobalDestructorTlsKey = -1;
+const TInt KNestedEntryPointCallKey = -2;
 
 GLREF_C void ExitCurrentThread(TExitType, TInt, const TDesC8*);