1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00

* src/conf_post.h (SYSTEM_PURESIZE_EXTRA) [CYGWIN]: Increase.

This commit is contained in:
Ken Brown 2016-05-30 22:22:08 -04:00
parent 237244bbd5
commit 1992075d99

View file

@ -181,7 +181,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
#endif
#ifdef CYGWIN
#define SYSTEM_PURESIZE_EXTRA 10000
#define SYSTEM_PURESIZE_EXTRA 50000
#endif
#if defined HAVE_NTGUI && !defined DebPrint