all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22403: compile error on cygwin in emacs-25
@ 2016-01-19  1:44 Lin Sun
  2016-01-19 16:13 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Lin Sun @ 2016-01-19  1:44 UTC (permalink / raw)
  To: jussi, eliz, 22403


[-- Attachment #1.1: Type: text/plain, Size: 704 bytes --]


Hi Pals,

The commit 86e45139698fe773ffb4efbe59387f90201b80c8<http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=emacs-25&id=86e45139698fe773ffb4efbe59387f90201b80c8> have a compile error on Cygwin,
The resetstkoflw was declared with “#ifndef CYGWIN” in src/w32fns.c<http://git.savannah.gnu.org/cgit/emacs.git/diff/src/w32fns.c?h=emacs-25&id=86e45139698fe773ffb4efbe59387f90201b80c8>, reset in line  9938 without same condition.
@@ -9927,6 +9935,8 @@ globals_of_w32fns (void)
   after_deadkey = -1;
+  resetstkoflw = NULL;
+
   /* MessageBox does not work without this when linked to comctl32.dll 6.0.  */
   InitCommonControls ();
Please fix this, thank you.

Best Regards
Lin Sun


[-- Attachment #1.2: Type: text/html, Size: 9518 bytes --]

[-- Attachment #2: image001.gif --]
[-- Type: image/gif, Size: 69751 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-20  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19  1:44 bug#22403: compile error on cygwin in emacs-25 Lin Sun
2016-01-19 16:13 ` Eli Zaretskii
2016-01-20  0:46   ` Lin Sun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.