summaryrefslogtreecommitdiff
path: root/plugins/ProxySwitch/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-24 20:53:43 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-24 20:53:43 +0300
commitc1b659192659698fe54cbfef9b1f9df77e59e7c7 (patch)
tree0b596f3d1cfbb41e6f2ccf8dcf0f143b0d2b65da /plugins/ProxySwitch/src/stdafx.h
parente89d9f7aee35af5441ce8e3432f7eabdb7ffc5e3 (diff)
ProxySwitcher: fix for a crash on exit
Diffstat (limited to 'plugins/ProxySwitch/src/stdafx.h')
-rw-r--r--plugins/ProxySwitch/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ProxySwitch/src/stdafx.h b/plugins/ProxySwitch/src/stdafx.h
index 2e0f525950..5e73cc2a6c 100644
--- a/plugins/ProxySwitch/src/stdafx.h
+++ b/plugins/ProxySwitch/src/stdafx.h
@@ -116,7 +116,7 @@ void SaveSettings(void);
/**** Service & Event handlers *************************************************************/
-void PopupMyIPAddrs(wchar_t *msg);
+void PopupMyIPAddrs(const wchar_t *msg);
int OptInit(WPARAM wParam, LPARAM lParam);
int Init(WPARAM wParam, LPARAM lParam);
@@ -155,7 +155,7 @@ void IP_WatchDog(void *arg);
int Create_NIF_List(NETWORK_INTERFACE_LIST *list);
int Create_NIF_List_Ex(NETWORK_INTERFACE_LIST *list);
int IncUpdate_NIF_List(NETWORK_INTERFACE_LIST *trg, NETWORK_INTERFACE_LIST &src);
-wchar_t *Print_NIF_List(NETWORK_INTERFACE_LIST &list, wchar_t *msg);
+wchar_t *Print_NIF_List(NETWORK_INTERFACE_LIST &list, const wchar_t *msg);
wchar_t *Print_NIF(NETWORK_INTERFACE *nif);
int Create_Range_List(IP_RANGE_LIST *list, wchar_t *str, BOOL prioritized);