* src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000. (Bug#17112)

This commit is contained in:
Ken Brown 2014-03-28 12:32:54 -04:00
parent f49dcb3a3e
commit 9c67d3ba99
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2014-03-28 Ken Brown <kbrown@cornell.edu>
* conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Set to 10000.
(Bug#17112)
2014-03-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* xterm.c (x_draw_image_glyph_string): Adjust image background

View file

@ -161,6 +161,10 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
#endif
#endif
#ifdef CYGWIN
#define SYSTEM_PURESIZE_EXTRA 10000
#endif
#if defined HAVE_NTGUI && !defined DebPrint
# ifdef EMACSDEBUG
extern void _DebPrint (const char *fmt, ...);