aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index 0908b2549d..50805365a0 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -70,9 +70,9 @@
* it depends on HAVE_LIBWIRESHARK and _NEED_VAR_IMPORT_
*/
#if defined (_NEED_VAR_IMPORT_) && defined (HAVE_LIBWIRESHARKDLL)
-# define ETH_VAR_IMPORT __declspec(dllimport) extern
+# define WS_VAR_IMPORT __declspec(dllimport) extern
#else
-# define ETH_VAR_IMPORT extern
+# define WS_VAR_IMPORT extern
#endif
#define HAVE_NET_SNMP 1