diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-28 14:55:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-28 14:55:06 +0300 |
commit | 1e49d6b2cb3812d8e80051cbb3d44891e6532825 (patch) | |
tree | 2ffb8e36641e063d625faece1d380f4ce833d1a6 /include/delphi | |
parent | eccbb5307a048e70ac4adb0d3fd333be28245fa8 (diff) |
funny, but without cbSize we have no need in MessageWindowInputData at all
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_message.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/delphi/m_message.inc b/include/delphi/m_message.inc index f8b51e8bea..5ce79317af 100644 --- a/include/delphi/m_message.inc +++ b/include/delphi/m_message.inc @@ -67,13 +67,6 @@ const }
MS_MSG_GETWINDOWCLASS:PAnsiChar = 'MessageAPI/WindowClass';
-type
- PMessageWindowInputData = ^TMessageWindowInputData;
- TMessageWindowInputData = record
- hContact: TMCONTACT;
- uFlags : int; // see uflags above
- end;
-
const
MSG_WINDOW_STATE_EXISTS = $00000001; // Window exists should always be true
// if hwndWindow exists
|