Constify a bunch of arguments and variables, to squelch compiler
[obnox/wireshark/wip.git] / alert_box.c
index 7f3c14826fb4da96fec7920306ed807448dcdb49..911ae255e5927796b3c533cb3696b8ad6e5de379 100644 (file)
  * 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