* use SW_PString in TMenuItem to avoid an ifdef

git-svn-id: branches/unicodekvm@48742 -
This commit is contained in:
nickysn 2021-02-21 06:42:12 +00:00
parent fb7fdfaae4
commit 1bc06ec276

View File

@ -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 }