Port recent my_edata change to MS-Windows

* src/lastfile.c (my_edata): Also define if WINDOWSNT.
This commit is contained in:
Paul Eggert 2016-01-30 18:59:49 -08:00
parent 692e410470
commit 72e3713dc1

View file

@ -38,8 +38,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "lisp.h"
#if ((!defined SYSTEM_MALLOC && !defined HYBRID_MALLOC && !defined WINDOWSNT) \
|| defined CYGWIN || defined DARWIN_OS)
#if ((!defined SYSTEM_MALLOC && !defined HYBRID_MALLOC) \
|| defined WINDOWSNT || defined CYGWIN || defined DARWIN_OS)
char my_edata[] = "End of Emacs initialized data";
#endif