summaryrefslogtreecommitdiffstats
path: root/ieproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'ieproxy.c')
-rw-r--r--ieproxy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ieproxy.c b/ieproxy.c
index 89977a8..3099870 100644
--- a/ieproxy.c
+++ b/ieproxy.c
@@ -139,7 +139,8 @@ LPCTSTR getIeHttpProxy()
return(NULL);
}
}
-
#else
+#ifdef _MSC_VER /* Dummy function needed to avoid empty file compiler warning in Microsoft VC */
static void dummy (void) {}
+#endif
#endif /* WIN32 */