Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
21 #include "glibbackend_wsd.h"
22 #include "glibbackendinternal.h"
25 #include "pls.h" // For emulator WSD API
26 const TUid KGlibbackendUid3 = {0x10282414}; // This is the UID of the library
28 int InitializeWsd(struct global_struct* g)
30 g->VARIABLE_NAME(key_once,lowmem) = PTHREAD_ONCE_INIT;
31 InitGLIBHeap(g->_iPrivateHeap);
35 struct global_struct *Glibbackend_ImpurePtr()
37 #if defined(__WINSCW__) || defined(__WINS__)
39 // Access the PLS of this process
40 struct global_struct* p = Pls<struct global_struct>(KGlibbackendUid3, &InitializeWsd);
51 //Implementation of private heap for glib
55 return (Glibbackend_ImpurePtr()->_iPrivateHeap);
57 #define iPrivateHeap (PrivateHeap())