all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lin Sun" <Lin.Sun@mediatek.com>
To: jussi@aprikoodi.fi, eliz@gnu.org, 22403@debbugs.gnu.org
Subject: bug#22403: compile error on cygwin in emacs-25
Date: Tue, 19 Jan 2016 01:44:12 +0000	[thread overview]
Message-ID: <BFD593E723C28F4686C2E8BB3A5F4DA0B4095C12@mtkmbs31n1> (raw)


[-- 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 --]

             reply	other threads:[~2016-01-19  1:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-19  1:44 Lin Sun [this message]
2016-01-19 16:13 ` bug#22403: compile error on cygwin in emacs-25 Eli Zaretskii
2016-01-20  0:46   ` Lin Sun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BFD593E723C28F4686C2E8BB3A5F4DA0B4095C12@mtkmbs31n1 \
    --to=lin.sun@mediatek.com \
    --cc=22403@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=jussi@aprikoodi.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.