From: Jan Djärv Date: Fri, 27 Jun 2003 11:55:04 +0000 (+0000) Subject: config.nt: New define strftime X-Git-Tag: ttn-vms-21-2-B4~9553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa287913f846ed2eeee5e7a08699281d914a8aa7;p=emacs.git config.nt: New define strftime --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 629923649eb..6b339a9458f 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2003-06-27 Jan D. + + * config.nt (my_strftime): New define. + 2003-02-01 Jason Rumney * configure.bat: Automatically detect libXpm. diff --git a/nt/config.nt b/nt/config.nt index a9246c255ea..e774fcbe292 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -381,6 +381,8 @@ Boston, MA 02111-1307, USA. */ #define mktime emacs_mktime #endif +#define my_strftime nstrftime /* for strftime.c */ + /* The rest of the code currently tests the CPP symbol BSTRING. Override any claims made by the system-description files. Note that on some SCO version it is possible to have bcopy and not bcmp. */