Move MS-Windows definition of TERM_HEADER from ms-w32.h to config.nt.

nt/inc/ms-w32.h (TERM_HEADER): Remove definition.
 nt/config.nt (TERM_HEADER): Move the definition to "w32term.h" from
 ms-w32.h.
This commit is contained in:
Eli Zaretskii 2013-03-30 10:10:58 +03:00
parent 668284362c
commit 98f3b8c6be
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2013-03-30 Eli Zaretskii <eliz@gnu.org>
* inc/ms-w32.h (TERM_HEADER): Remove definition.
* config.nt (TERM_HEADER): Move the definition to "w32term.h" from
ms-w32.h.
2013-03-29 Eli Zaretskii <eliz@gnu.org>
* inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.

View file

@ -1370,7 +1370,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef TERMINFO
/* Define to the header for the built-in window system. */
#undef TERM_HEADER
#define TERM_HEADER "w32term.h"
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1

View file

@ -537,7 +537,6 @@ extern void _DebPrint (const char *fmt, ...);
#pragma warning(disable:4308)
#endif
#endif
#define TERM_HEADER "w32term.h"
/* ============================================================ */