Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae178ea

Browse files
committed
Added HAVE_STRFTIME
1 parent 70e413d commit ae178ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Mac/Include/config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
#endif
2828
#endif
2929

30+
#ifdef __MWERKS__
31+
#define HAVE_STRFTIME
32+
#endif
33+
3034
#ifdef USE_GUSI
3135
/* GUSI provides a lot of unixisms */
3236
#define HAVE_SELECT

0 commit comments

Comments
 (0)