From 5d7cde73d5a03ebaae4390a392d73aa7fa5a45c0 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Mon, 29 Dec 2014 20:52:11 +0000 Subject: mradio api update (C version) git-svn-id: http://svn.miranda-ng.org/main/trunk@11677 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/delphi/m_radio.inc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'plugins/ExternalAPI/delphi') diff --git a/plugins/ExternalAPI/delphi/m_radio.inc b/plugins/ExternalAPI/delphi/m_radio.inc index 361d1ce860..d3c52c75ae 100644 --- a/plugins/ExternalAPI/delphi/m_radio.inc +++ b/plugins/ExternalAPI/delphi/m_radio.inc @@ -104,16 +104,6 @@ const } MS_RADIO_IMPORT:PAnsiChar = 'mRadio/Import'; -{ - wParam: RD_STATUS_* constants - lParam: argument - RD_STATUS_NEWSTATION - contact handle - RD_STATUS_NEWTRACK - URL (unicode) - RD_STATUS_PAUSED - 1 - pause, 0 - continued - RD_STATUS_RECORD -,0 - off, 1 - on -} - ME_RADIO_STATUS:PAnsiChar = 'mRadio/Status'; - { wParam: 0 - switch; 1 - switch on; -1 - switch off lParam: 0 @@ -128,4 +118,14 @@ const } MS_RADIO_TRAYMENU:PAnsiChar = 'mRadio/MakeTrayMenu'; +{ + wParam: RD_STATUS_* constants + lParam: argument + RD_STATUS_NEWSTATION - contact handle + RD_STATUS_NEWTRACK - URL (unicode) + RD_STATUS_PAUSED - 1 - pause, 0 - continued + RD_STATUS_RECORD -,0 - off, 1 - on +} + ME_RADIO_STATUS:PAnsiChar = 'mRadio/Status'; + {$ENDIF} -- cgit v1.2.3