From ab3d423b1dc514e9db61c170ca14bab49e5280cb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 26 Jan 2024 23:34:30 +0300 Subject: major atavism, PROTORECVEVENT, died with its own set of constants --- include/delphi/m_protosvc.inc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/delphi/m_protosvc.inc') 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) -- cgit v1.2.3