mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:49:30 +02:00
* use SW_PString in TMenuItem to avoid an ifdef
git-svn-id: branches/unicodekvm@48742 -
This commit is contained in:
parent
fb7fdfaae4
commit
1bc06ec276
@ -114,11 +114,7 @@ TYPE
|
||||
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
|
||||
RECORD
|
||||
Next: PMenuItem; { Next menu item }
|
||||
{$ifdef FV_UNICODE}
|
||||
Name: UnicodeString; { Menu item name }
|
||||
{$else FV_UNICODE}
|
||||
Name: PString; { Menu item name }
|
||||
{$endif FV_UNICODE}
|
||||
Name: SW_PString; { Menu item name }
|
||||
Command: Word; { Menu item command }
|
||||
Disabled: Boolean; { Menu item state }
|
||||
KeyCode: Word; { Menu item keycode }
|
||||
|
Loading…
Reference in New Issue
Block a user