mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:49:39 +02:00
* mistyping fixed
This commit is contained in:
parent
54e3cd9a20
commit
9ebe54fd4c
@ -367,7 +367,7 @@ const
|
|||||||
cButtons: cardinal; (* number of buttons *)
|
cButtons: cardinal; (* number of buttons *)
|
||||||
flStyle: cardinal; (* icon style flags *)
|
flStyle: cardinal; (* icon style flags *)
|
||||||
hwndNotify: cardinal; (* owner notification handle *)
|
hwndNotify: cardinal; (* owner notification handle *)
|
||||||
MB2D: array [0..0] TMB2D; (* button definitions *)
|
MB2D: array [0..0] of TMB2D; (* button definitions *)
|
||||||
end;
|
end;
|
||||||
TMB2Info = MB2Info;
|
TMB2Info = MB2Info;
|
||||||
PMB2Info = ^TMB2Info;
|
PMB2Info = ^TMB2Info;
|
||||||
@ -3001,7 +3001,10 @@ const
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 2002-12-07 17:50:17 hajny
|
Revision 1.9 2002-12-07 20:21:38 hajny
|
||||||
|
* mistyping fixed
|
||||||
|
|
||||||
|
Revision 1.8 2002/12/07 17:50:17 hajny
|
||||||
+ (Commented) WinMessageBox2 added
|
+ (Commented) WinMessageBox2 added
|
||||||
|
|
||||||
Revision 1.7 2002/11/11 20:55:22 hajny
|
Revision 1.7 2002/11/11 20:55:22 hajny
|
||||||
|
Loading…
Reference in New Issue
Block a user