mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 08:59:05 +02:00
* Move tmsg and family to messages.inc. windows.pp needed include sequence patch
This commit is contained in:
parent
03453590e3
commit
7a10439726
@ -27,8 +27,8 @@ interface
|
|||||||
{$i base.inc}
|
{$i base.inc}
|
||||||
{$i errors.inc}
|
{$i errors.inc}
|
||||||
{$i defines.inc}
|
{$i defines.inc}
|
||||||
{$i messages.inc}
|
|
||||||
{$i struct.inc}
|
{$i struct.inc}
|
||||||
|
{$i messages.inc}
|
||||||
{$i ascfun.inc}
|
{$i ascfun.inc}
|
||||||
{$i unifun.inc}
|
{$i unifun.inc}
|
||||||
{$ifdef UNICODE}
|
{$ifdef UNICODE}
|
||||||
@ -47,8 +47,8 @@ implementation
|
|||||||
{$i base.inc}
|
{$i base.inc}
|
||||||
{$i errors.inc}
|
{$i errors.inc}
|
||||||
{$i defines.inc}
|
{$i defines.inc}
|
||||||
{$i messages.inc}
|
|
||||||
{$i struct.inc}
|
{$i struct.inc}
|
||||||
|
{$i messages.inc}
|
||||||
{$i ascfun.inc}
|
{$i ascfun.inc}
|
||||||
{$i unifun.inc}
|
{$i unifun.inc}
|
||||||
{$ifdef UNICODE}
|
{$ifdef UNICODE}
|
||||||
@ -62,7 +62,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2002-10-10 14:58:16 florian
|
Revision 1.5 2002-11-04 12:19:01 marco
|
||||||
|
* Move tmsg and family to messages.inc. windows.pp needed include sequence patch
|
||||||
|
|
||||||
|
Revision 1.4 2002/10/10 14:58:16 florian
|
||||||
- removed conditionals for 0.99.14
|
- removed conditionals for 0.99.14
|
||||||
|
|
||||||
Revision 1.3 2002/09/07 16:01:29 peter
|
Revision 1.3 2002/09/07 16:01:29 peter
|
||||||
|
@ -4161,19 +4161,6 @@
|
|||||||
TMOUSEKEYS = MOUSEKEYS;
|
TMOUSEKEYS = MOUSEKEYS;
|
||||||
PMOUSEKEYS = ^MOUSEKEYS;
|
PMOUSEKEYS = ^MOUSEKEYS;
|
||||||
|
|
||||||
MSG = record
|
|
||||||
hwnd : HWND;
|
|
||||||
message : UINT;
|
|
||||||
wParam : WPARAM;
|
|
||||||
lParam : LPARAM;
|
|
||||||
time : DWORD;
|
|
||||||
pt : POINT;
|
|
||||||
end;
|
|
||||||
LPMSG = ^MSG;
|
|
||||||
tagMSG = MSG;
|
|
||||||
TMSG = MSG;
|
|
||||||
PMSG = ^MSG;
|
|
||||||
|
|
||||||
MSGBOXCALLBACK = procedure (lpHelpInfo:LPHELPINFO);stdcall;
|
MSGBOXCALLBACK = procedure (lpHelpInfo:LPHELPINFO);stdcall;
|
||||||
TMSGBOXCALLBACK = MSGBOXCALLBACK;
|
TMSGBOXCALLBACK = MSGBOXCALLBACK;
|
||||||
|
|
||||||
@ -7027,7 +7014,10 @@ type
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.16 2002-10-02 21:03:04 peter
|
Revision 1.17 2002-11-04 12:19:01 marco
|
||||||
|
* Move tmsg and family to messages.inc. windows.pp needed include sequence patch
|
||||||
|
|
||||||
|
Revision 1.16 2002/10/02 21:03:04 peter
|
||||||
* TSystemTime fpc compatibility parameters added as variant record
|
* TSystemTime fpc compatibility parameters added as variant record
|
||||||
|
|
||||||
Revision 1.15 2002/09/15 17:53:45 peter
|
Revision 1.15 2002/09/15 17:53:45 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user