aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-07-29 00:11:14 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-07-29 00:11:14 +0000
commita11651260beaf977f8e795ae48e6300b0148c0e9 (patch)
tree04b7a3581442ea8a49caf07643231d0059927a82 /print.c
parent1867a5e9a5b8e91139d2a4db3b5419bd6fdfded8 (diff)
From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to
the DISSECTOR_SUPPORT_xy files any longer and as a consequence they won't be linked into libethereal. svn path=/trunk/; revision=11559
Diffstat (limited to 'print.c')
-rw-r--r--print.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/print.c b/print.c
index ef993ac698..64a88fe15d 100644
--- a/print.c
+++ b/print.c
@@ -24,6 +24,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/* With MSVC and a libethereal.dll this file needs to import some variables
+ in a special way. Therefore _NEED_VAR_IMPORT_ is defined. */
+#define _NEED_VAR_IMPORT_
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif