projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix compiler warning:
[p5sagit/p5-mst-13.2.git]
/
symbian
/
PerlUi.hrh
1
/* Copyright (c) 2005 Nokia. All rights reserved. */
2
3
/* The PerlUi class is licensed under the same terms as Perl itself. */
4
5
#ifndef __PerlUi_HRH__
6
#define __PerlUi_HRH__
7
8
enum TPerlUiIds
9
{
10
EPerlUiTextQueryInputField = 2048,
11
EPerlUiLast = 2099 // no comma here
12
};
13
14
#endif // __PerlUi_HRH__