diff options
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_protosvc.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index de4c151296..a8650ebfe5 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -176,16 +176,6 @@ type // they put there will be retained by anyone trying to save this structure.
end;
- PPROTORECVEVENT = ^TPROTORECVEVENT;
- TPROTORECVEVENT = record
- flags : dword;
- timestamp : dword;
- szMessage : TChar;
- lParam : LPARAM;
- szUserId : PAnsiChar; // user id of event
- szReplyId : PAnsiChar; // reply id of event
- end;
-
const
{
wParam : PFLAGNUM_* (see above)
|