diff options
Diffstat (limited to '')
-rw-r--r-- | ieproxy.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |