summaryrefslogtreecommitdiff
path: root/plugins/ProxySwitch/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ProxySwitch/src/stdafx.h')
-rw-r--r--plugins/ProxySwitch/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ProxySwitch/src/stdafx.h b/plugins/ProxySwitch/src/stdafx.h
index 5e73cc2a6c..550d21f8ad 100644
--- a/plugins/ProxySwitch/src/stdafx.h
+++ b/plugins/ProxySwitch/src/stdafx.h
@@ -44,7 +44,7 @@ struct CMPlugin : public PLUGIN<CMPlugin>
#define NVL(x) x == NULL ? "" : x
#define NVLW(x) x == NULL ? L"" : x
-#define ERRORMSG(msg) MessageBox(NULL,msg,_A2T(MODULENAME),MB_OK | MB_ICONERROR);
+
#define MAX_IPLIST_LENGTH 500
/**** Types ********************************************************************************/