emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Tue, 15 Feb 2005 18:19:27 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.356 emacs/src/emacs.c:1.357
*** emacs/src/emacs.c:1.356     Tue Jan 18 18:34:10 2005
--- emacs/src/emacs.c   Tue Feb 15 23:19:26 2005
***************
*** 42,47 ****
--- 42,49 ----
  
  #ifdef WINDOWSNT
  #include <fcntl.h>
+ #include <windows.h> /* just for w32.h */
+ #include "w32.h"
  #endif
  
  #include "lisp.h"
***************
*** 1654,1659 ****
--- 1656,1662 ----
  #ifdef HAVE_NTGUI
        globals_of_w32fns ();
        globals_of_w32menu ();
+       globals_of_w32select ();
  #endif  /* HAVE_NTGUI */
      }
  




reply via email to

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