summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_speak.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_speak.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_speak.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/delphi/m_speak.inc b/plugins/ExternalAPI/delphi/m_speak.inc
index d8a9a4bfbe..7badc4e0a4 100644
--- a/plugins/ExternalAPI/delphi/m_speak.inc
+++ b/plugins/ExternalAPI/delphi/m_speak.inc
@@ -106,13 +106,13 @@ type
TSPEAK_ITEM = record
cbSize: integer;
_type: PAnsiChar; // Internal type name
- hContact: THandle;
+ hContact: TMCONTACT;
flags: integer; // SPEAK_*
templateNum: integer; // -1 to use text
case boolean of
true: (text: PAnsiChar);
false: (
- variables: Pointer;
+ variables: pointer;
numVariables: integer;
);
end;