Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal util.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, 8 Mar 2003 05:15:50 -0600 (CST)
guy         2003/03/08 05:15:50 CST

  Modified files:
    .                    util.c 
  Log:
  If we have <windows.h>, we need to include it to declare OSVERSIONINFO.
  
  Fix some typos.
  
  Put the build number after the "szCSDVersion" value; on NT, that makes
  it show up as "Windows {NT x.y,2000,XP,etc.} Service Pack N, build N",
  and on OT, it might make it show up as "Windows {95,98,Me} X, build N",
  where "X" might be "A" or "B" or something such as that.  (We might want
  to omit the space before "szCSDVersion" on Windows OT - I think the
  "right" name might be something like "Windows 95B", but I'm not sure.)
  
  Revision  Changes    Path
  1.59      +8 -4      ethereal/util.c