mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
* src/conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define. (Bug#18366)
This commit is contained in:
parent
7814e6e7fe
commit
9f1b859600
@ -1,3 +1,8 @@
|
||||
2014-08-30 Ken Brown <kbrown@cornell.edu>
|
||||
|
||||
* conf_post.h (strnicmp) [CYGWIN && HAVE_NTGUI]: Define.
|
||||
(Bug#18366)
|
||||
|
||||
2014-08-28 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* syntax.c (scan_lists): Don't examine positions before BEGV.
|
||||
|
@ -179,6 +179,10 @@ extern void _DebPrint (const char *fmt, ...);
|
||||
#if defined CYGWIN && defined HAVE_NTGUI
|
||||
# define NTGUI_UNICODE /* Cygwin runs only on UNICODE-supporting systems */
|
||||
# define _WIN32_WINNT 0x500 /* Win2k */
|
||||
/* The following was in /usr/include/string.h prior to Cygwin 1.7.33. */
|
||||
#ifndef strnicmp
|
||||
#define strnicmp strncasecmp
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef emacs /* Don't do this for lib-src. */
|
||||
|
Loading…
Reference in New Issue
Block a user