From 321c618576ce8dd64da80a05932f3f2c4ee90f72 Mon Sep 17 00:00:00 2001 From: Mataes Date: Sun, 24 Jun 2018 01:33:59 +0300 Subject: ProxySwitch: it compiles but don't work --- plugins/ExternalAPI/m_proxySwitch.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/ExternalAPI/m_proxySwitch.h (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_proxySwitch.h b/plugins/ExternalAPI/m_proxySwitch.h new file mode 100644 index 0000000000..286afcde61 --- /dev/null +++ b/plugins/ExternalAPI/m_proxySwitch.h @@ -0,0 +1,8 @@ +#ifndef m_proxySwitch_h +#define m_proxySwitch_h +#define MS_PROXYSWITCH_SHOWMYIPADDRS "proxySwitch/ShowMyIPAddrs" +#define MS_PROXYSWITCH_PROXYENABLE "proxySwitch/ProxyEnable" +#define MS_PROXYSWITCH_PROXYDISABLE "proxySwitch/ProxyDisable" +#define MS_PROXYSWITCH_POPUPSWITCH "proxySwitch/PopupSwitch" +#define MS_PROXYSWITCH_COPYIP2CLIP "proxySwitch/CopyIP2Clipboard" +#endif -- cgit v1.2.3