gstregistrygenerator/inc/gstregistrygenerator.h
changeset 0 0e761a78d257
child 34 1b8125c02661
equal deleted inserted replaced
-1:000000000000 0:0e761a78d257
       
     1 /*
       
     2  ============================================================================
       
     3  Name		: GSTRegistryGenerator.h
       
     4  Author	  : 
       
     5  Copyright   : Your copyright notice
       
     6  Description : Exe header file
       
     7  ============================================================================
       
     8  */
       
     9 
       
    10 #ifndef __GSTREGISTRYGENERATOR_H__
       
    11 #define __GSTREGISTRYGENERATOR_H__
       
    12 
       
    13 //  Include Files
       
    14 
       
    15 #include <e32base.h>
       
    16 
       
    17 //  Function Prototypes
       
    18 
       
    19 GLDEF_C TInt E32Main();
       
    20 
       
    21 #endif  // __GSTREGISTRYGENERATOR_H__
       
    22