From dbebd421bbee09149a26b106ae32de795b683711 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Nov 2023 12:03:01 +0300 Subject: =?UTF-8?q?fixes=20#3812=20(Pascal:=20=D0=B1=D0=BE=D0=BB=D1=8C?= =?UTF-8?q?=D1=88=D0=B0=D1=8F=20=D1=87=D0=B0=D1=81=D1=82=D1=8C=20=D0=BF?= =?UTF-8?q?=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD=D0=BE=D0=B2=20=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=BD=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2?= =?UTF-8?q?=D0=B5=D0=B4=D0=B5=D0=BD=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/ExternalAPI/delphi/m_actman.inc | 3 --- plugins/ExternalAPI/delphi/m_music.inc | 3 --- plugins/ExternalAPI/delphi/m_radio.inc | 3 --- plugins/ExternalAPI/delphi/m_variables.inc | 2 +- 4 files changed, 1 insertion(+), 10 deletions(-) (limited to 'plugins/ExternalAPI/delphi') diff --git a/plugins/ExternalAPI/delphi/m_actman.inc b/plugins/ExternalAPI/delphi/m_actman.inc index 757ce0965b..93757ee4e2 100644 --- a/plugins/ExternalAPI/delphi/m_actman.inc +++ b/plugins/ExternalAPI/delphi/m_actman.inc @@ -1,9 +1,6 @@ {$IFNDEF M_ACTMAN} {$DEFINE M_ACTMAN} -// defined in interfaces.inc -//const MIID_ACTMANAGER:MUUID='{9584DA04-FB4F-40c1-9325-E4F9CAAFCB5D}'; - const AutoStartName:PWideChar = '#Autostart'; diff --git a/plugins/ExternalAPI/delphi/m_music.inc b/plugins/ExternalAPI/delphi/m_music.inc index f1cf3540fc..c93d201862 100644 --- a/plugins/ExternalAPI/delphi/m_music.inc +++ b/plugins/ExternalAPI/delphi/m_music.inc @@ -1,9 +1,6 @@ {$IFNDEF M_MUSIC} {$DEFINE M_MUSIC} -// defined in interfaces.inc -//const MIID_WATRACK:MUUID='{FC6C81F4-837E-4430-9601-A0AA43177AE3}'; - type pSongInfoA = ^tSongInfoA; tSongInfoA = record diff --git a/plugins/ExternalAPI/delphi/m_radio.inc b/plugins/ExternalAPI/delphi/m_radio.inc index d3c52c75ae..19dfe9f365 100644 --- a/plugins/ExternalAPI/delphi/m_radio.inc +++ b/plugins/ExternalAPI/delphi/m_radio.inc @@ -2,9 +2,6 @@ {$DEFINE M_RADIO} {command codes} -// defined in interfaces.inc -//const MIID_MRADIO:MUUID='{EEBC474C-B0AD-470F-99A8-9DD9210CE233}'; - const MRC_STOP = 0; MRC_PLAY = 1; // lParam is radio contact handle diff --git a/plugins/ExternalAPI/delphi/m_variables.inc b/plugins/ExternalAPI/delphi/m_variables.inc index 9b02efcc29..4fdc844a7c 100644 --- a/plugins/ExternalAPI/delphi/m_variables.inc +++ b/plugins/ExternalAPI/delphi/m_variables.inc @@ -20,7 +20,7 @@ {$IFNDEF M_VARS} {$DEFINE M_VARS} -const MIID_VARIABLES:MUUID = '{630756DE-3681-440B-991E-77A4742DA595}'; +const MIID_VARIABLES : TGUID = '{630756DE-3681-440B-991E-77A4742DA595}'; // -------------------------------------------------------------------------- // String formatting -- cgit v1.2.3