From: Eli Zaretskii Date: Sat, 30 Mar 2013 07:10:58 +0000 (+0300) Subject: Move MS-Windows definition of TERM_HEADER from ms-w32.h to config.nt. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~526^2~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98f3b8c6be5e85898fe0e273f3734d6800a3c67e;p=emacs.git 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. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 59e8ec5b95a..53dfdbe33ca 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,10 @@ +2013-03-30 Eli Zaretskii + + * 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 * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign. diff --git a/nt/config.nt b/nt/config.nt index a7e2dce3e06..347a1b07dd4 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -1370,7 +1370,7 @@ along with GNU Emacs. If not, see . */ #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 and . */ #define TIME_WITH_SYS_TIME 1 diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index 7b9dbc2430b..c67f07b99b3 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h @@ -537,7 +537,6 @@ extern void _DebPrint (const char *fmt, ...); #pragma warning(disable:4308) #endif #endif -#define TERM_HEADER "w32term.h" /* ============================================================ */