csxhelp/data/lch.rh
branchRCL_3
changeset 18 cbffe13eac63
parent 0 1f04cf54edd8
equal deleted inserted replaced
17:12f60d9a73b3 18:cbffe13eac63
       
     1 /*
       
     2 * Copyright (c) 2002 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 "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 *     Main resource file for the CsHelp application.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 // lch.rh
       
    22 
       
    23 #ifndef LCH_RH
       
    24 #define LCH_RH
       
    25 
       
    26 //
       
    27 // FROM EIKDEF.RH - avoids HlpModel requiring Eikon
       
    28 //
       
    29 STRUCT RSS_SIGNATURE
       
    30     {
       
    31     LONG signature=4;
       
    32     SRLINK self;
       
    33     }
       
    34 
       
    35 STRUCT TXT
       
    36 	{
       
    37 	LTEXT buf;
       
    38 	}
       
    39 
       
    40 #endif // LCH_RH