Port recent my_edata change to MS-Windows
* src/lastfile.c (my_edata): Also define if WINDOWSNT.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user