Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk2 main.c

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

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 28 Sep 2002 04:29:51 -0500 (CDT)
oabad       2002/09/28 04:29:51 CDT

  Modified files:
    gtk2                 main.c 
  Log:
  From Ulf Lamping : patch to run the gtk2 port on win32.
  - gettimeofday changed into glib's g_get_current_time (to be able to
    compile)
  - disabled multithreading (doesn't seem to work on win32) and used
    gtk_timeout_add() as in gtk1.2 to keep tap extensions updating.
  
  Revision  Changes    Path
  1.14      +30 -5     ethereal/gtk2/main.c