aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-06 16:57:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-06 16:57:41 +0000
commit4a78c1997a3061f7f8f1e384de7424f41e1b9af0 (patch)
tree42f7ca192243ebded8d9c08ffed2acf0e2c340f9 /config.h.win32
parente224ae8df9bb8d554ceeca75007877d5bc0ea2db (diff)
Fix a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22810 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 520cfd2e7f..15d569258b 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -68,7 +68,7 @@
#define HAVE_PCAP_FREECODE 1
/* define macro for importing variables from an dll
- * it depends on HAVE_LIBWIRESHARK and _NEED_VAR_IMPORT_
+ * it depends on HAVE_LIBWIRESHARKDLL and _NEED_VAR_IMPORT_
*/
#if defined (_NEED_VAR_IMPORT_) && defined (HAVE_LIBWIRESHARKDLL)
# define WS_VAR_IMPORT __declspec(dllimport) extern