aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-25 09:55:52 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-25 09:55:52 +0000
commitd3e6d377e1b36b1ceacc7c0a5ee892be6f72feee (patch)
tree3776f7f65a222e4ecec41037e91a499d7bde1354 /color_filters.c
parent48b35594fd6c229a875c3d13320653df0408b2e3 (diff)
From Lars Roland: _NEED_VAR_IMPORT_ has to be defined so that variables
are imported correctly from libethereal.dll when compiling with MSVC. svn path=/trunk/; revision=11516
Diffstat (limited to 'color_filters.c')
-rw-r--r--color_filters.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/color_filters.c b/color_filters.c
index 891710347a..2fc0dd1d16 100644
--- a/color_filters.c
+++ b/color_filters.c
@@ -24,6 +24,11 @@
/*
* Updated 1 Dec 10 jjm
*/
+
+/* 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