emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/w32.c
Date: Sat, 04 Jun 2005 16:39:15 -0400

Index: emacs/src/w32.c
diff -c emacs/src/w32.c:1.90 emacs/src/w32.c:1.91
*** emacs/src/w32.c:1.90        Tue Feb 15 23:19:26 2005
--- emacs/src/w32.c     Sat Jun  4 20:39:15 2005
***************
*** 1273,1279 ****
  void
  gettimeofday (struct timeval *tv, struct timezone *tz)
  {
!   struct timeb tb;
    _ftime (&tb);
  
    tv->tv_sec = tb.time;
--- 1273,1279 ----
  void
  gettimeofday (struct timeval *tv, struct timezone *tz)
  {
!   struct _timeb tb;
    _ftime (&tb);
  
    tv->tv_sec = tb.time;
***************
*** 1777,1783 ****
    nr.dwDisplayType = RESOURCEDISPLAYTYPE_SERVER;
    nr.dwUsage = RESOURCEUSAGE_CONTAINER;
    nr.lpLocalName = NULL;
!   nr.lpRemoteName = map_w32_filename (path, NULL);
    nr.lpComment = NULL;
    nr.lpProvider = NULL;
  
--- 1777,1783 ----
    nr.dwDisplayType = RESOURCEDISPLAYTYPE_SERVER;
    nr.dwUsage = RESOURCEUSAGE_CONTAINER;
    nr.lpLocalName = NULL;
!   nr.lpRemoteName = (LPSTR)map_w32_filename (path, NULL);
    nr.lpComment = NULL;
    nr.lpProvider = NULL;
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]