Add DECC to the symbol list
[p5sagit/p5-mst-13.2.git] / symbian / PerlApp.hrh
1 /* Copyright (c) 2004-2005 Nokia.  All rights reserved. */
2
3 /* The PerlApp application is licensed under the same terms as Perl itself. */
4
5 #ifndef __PerlApp_HRH__
6 #define __PerlApp_HRH__
7
8 enum TPerlIds
9 {
10     EPerlAppCommandAbout              = 1024,  // start value must not be 0
11     EPerlAppCommandTime               = 1025,
12     EPerlAppCommandRunFile            = 1026,
13     EPerlAppCommandOneLiner           = 1027,
14     EPerlAppCommandCopyright          = 1028    // no comma here
15 };
16
17 #endif // __PerlApp_HRH__