bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#22403: compile error on cygwin in emacs-25


From: 孙林
Subject: bug#22403: compile error on cygwin in emacs-25
Date: Tue, 19 Jan 2016 01:44:12 +0000

Hi Pals,

 

The commit 86e45139698fe773ffb4efbe59387f90201b80c8 have a compile error on Cygwin,

The resetstkoflw was declared with “#ifndef CYGWIN” in src/w32fns.c, 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

 

************* Email Confidentiality Notice ********************
The information contained in this e-mail message (including any 
attachments) may be confidential, proprietary, privileged, or otherwise
exempt from disclosure under applicable laws. It is intended to be 
conveyed only to the designated recipient(s). Any use, dissemination, 
distribution, printing, retaining or copying of this e-mail (including its 
attachments) by unintended recipient(s) is strictly prohibited and may 
be unlawful. If you are not an intended recipient of this e-mail, or believe 
that you have received this e-mail in error, please notify the sender 
immediately (by replying to this e-mail), delete any and all copies of 
this e-mail (including any attachments) from your system, and do not
disclose the content of this e-mail to any other person. Thank you!

reply via email to

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