webengine/wmlengine/src/System/include/nw_system.h
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     1 /*
       
     2 * Copyright (c) 2000 - 2001 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef _NW_System_h_
       
    20 #define _NW_System_h_
       
    21 
       
    22 #ifdef __cplusplus
       
    23 extern "C" {
       
    24 #endif /* __cplusplus */
       
    25   
       
    26 /* ------------------------------------------------------------------------- */
       
    27 #ifndef NW_SYSTEM_EXPORT
       
    28 #ifdef NW_IMPORT
       
    29 #define NW_SYSTEM_EXPORT NW_IMPORT
       
    30 #else /* NW_IMPORT */
       
    31 #define NW_SYSTEM_EXPORT extern
       
    32 #endif /* NW_IMPORT */
       
    33 #endif /* NW_SYSTEM_EXPORT */
       
    34 
       
    35 #ifdef __cplusplus
       
    36 } // extern "C" {
       
    37 #endif /* __cplusplus */
       
    38 
       
    39 #endif /* _NW_System_h_ */