mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 18:59:32 +02:00
* LPMSG is pointer to MSG. Spotted by Vasil Maximov.
git-svn-id: trunk@11577 -
This commit is contained in:
parent
e797713e67
commit
f020a0a669
rtl
@ -1184,7 +1184,7 @@
|
||||
TWMShowWindow = Windows.TWMShowWindow;
|
||||
TWMEraseBkgnd = Windows.TWMEraseBkgnd;
|
||||
TWMIconEraseBkgnd = TWMEraseBkgnd;
|
||||
LPMSG = Windows.MSG;
|
||||
LPMSG = ^Windows.MSG;
|
||||
tagMSG = Windows.tagMSG;
|
||||
TMSG = Windows.TMSG;
|
||||
PMSG = Windows.PMSG;
|
||||
|
@ -1142,7 +1142,7 @@ Type
|
||||
TWMSetFont = Windows.TWMSetFont;
|
||||
TWMShowWindow = Windows.TWMShowWindow;
|
||||
TWMEraseBkgnd = Windows.TWMEraseBkgnd;
|
||||
LPMSG = Windows.MSG;
|
||||
LPMSG = ^Windows.MSG;
|
||||
tagMSG = Windows.tagMSG;
|
||||
TMSG = Windows.TMSG;
|
||||
PMSG = Windows.PMSG;
|
||||
|
Loading…
Reference in New Issue
Block a user