mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Port recent my_edata change to MS-Windows
* src/lastfile.c (my_edata): Also define if WINDOWSNT.
This commit is contained in:
parent
692e410470
commit
72e3713dc1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue