diff options
Diffstat (limited to 'plugins/ExternalAPI/delphi')
| -rw-r--r-- | plugins/ExternalAPI/delphi/m_radio.inc | 20 | 
1 files changed, 10 insertions, 10 deletions
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 @@ -105,16 +105,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
    Return: last state (0 - was off, 1 - was on)
 @@ -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}
  | 
