Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wsp.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, 4 Nov 2000 01:35:17 -0600 (CST)
guy         2000/11/04 01:35:17 CST

  Modified files:
    .                    packet-wsp.c 
  Log:
  One of the header files included by "packet-wsp.c", or one of the header
  files one of those header files includes (compute transitive closure
  here), appears to define DELETE, on Windows, in a fashion that causes
  "packet-wsp.c" not to compile.  Undefine DELETE before using it as a
  name for an enum value.
  
  Revision  Changes    Path
  1.2       +8 -1      ethereal/packet-wsp.c