This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Module::Load::Conditional 0.18 (was Re: Module::Load::Conditional 0.18 wannabe)
[perl5.git] / symbian / PerlUi.hrh
CommitLineData
d0d72822
JH
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
8enum TPerlUiIds
9{
10 EPerlUiTextQueryInputField = 2048,
11 EPerlUiLast = 2099 // no comma here
12};
13
14#endif // __PerlUi_HRH__