summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_winterspeak.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_winterspeak.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_winterspeak.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/ExternalAPI/delphi/m_winterspeak.inc b/plugins/ExternalAPI/delphi/m_winterspeak.inc
deleted file mode 100644
index 597b423c21..0000000000
--- a/plugins/ExternalAPI/delphi/m_winterspeak.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-}
-const
-{
- wParam - contact Handle
- lParam - Unicode text
- Notes: difference of services is for "ignore" checks, status or messages
- offline contacts don't processes (use hCantact = 0 instead)
- if English voice choosen, it can't process non-English texts (silence on Russian, for example)
-}
- MS_SPEAK_STATUS :PAnsiChar = 'Speak/Status';
- MS_SPEAK_MESSAGE:PAnsiChar = 'Speak/Message';