Merge from trunk.

This commit is contained in:
Eli Zaretskii 2013-03-30 10:24:44 +03:00
commit dc4cb8d518
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

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