# HG changeset patch # User Jan Dj¸«£rv # Date 1056714904 0 # Node ID 10faf0e7ef6114755c1574ee3c25d9ddc08c1b32 # Parent 399d98c3b564b50b26736a436c3db2d09ea22f09 config.nt: New define strftime diff -r 399d98c3b564 -r 10faf0e7ef61 nt/ChangeLog --- a/nt/ChangeLog Fri Jun 27 02:25:31 2003 +0000 +++ b/nt/ChangeLog Fri Jun 27 11:55:04 2003 +0000 @@ -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 -r 399d98c3b564 -r 10faf0e7ef61 nt/config.nt --- a/nt/config.nt Fri Jun 27 02:25:31 2003 +0000 +++ b/nt/config.nt Fri Jun 27 11:55:04 2003 +0000 @@ -381,6 +381,8 @@ #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. */