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
This commit is contained in:
Guy Harris 2004-07-25 09:55:52 +00:00
parent 48b35594fd
commit d3e6d377e1
2 changed files with 9 additions and 0 deletions

View File

@ -22,6 +22,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

View File

@ -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