From e7b69721b0d390cec3f81f97134a51bfef228cf8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Mar 2018 20:01:30 +0300 Subject: PFLAG_UNIQUEIDSETTING removed, its functionality transferred to Proto_SetUniqueId / Proto_GetUniqueId --- plugins/mRadio/mradio.dpr | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/mRadio/mradio.dpr') diff --git a/plugins/mRadio/mradio.dpr b/plugins/mRadio/mradio.dpr index 9f55ee4f2b..a61dae29c5 100644 --- a/plugins/mRadio/mradio.dpr +++ b/plugins/mRadio/mradio.dpr @@ -211,5 +211,7 @@ begin desc._type :=PROTOTYPE_VIRTUAL; Proto_RegisterModule(@desc); + Proto_SetUniqueId(PluginName,optStationURL); + DisableThreadLibraryCalls(hInstance); end. -- cgit v1.2.3