Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk io_stat.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 16 Nov 2002 15:40:33 -0600 (CST)
guy         2002/11/16 15:40:32 CST

  Modified files:
    gtk                  io_stat.c 
  Log:
  If you include "gtk/gtkglobals.h" before including <ctype.h>, at least
  on Windows in my build environment, the definition of "isprint" in
  "gtk/gtkglobals.h" causes problems when processing the definition of
  "isprint" in <ctype.h>, and, somehow, <ctype.h> appears to get included,
  at least in Windows in my build environment, after we include
  "gtk/gtkglobals.h" even though we don't include it explicitly.
  
  Include it explicitly, before we include "gtk/gtkglobals.h", so that it
  compiles.
  
  Revision  Changes    Path
  1.5       +4 -1      ethereal/gtk/io_stat.c