commit | f9e5b0f5f03e47d46b05d9fe276ae390fd0ab95f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Jan 14 17:22:03 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 14 17:22:03 2006 +0100 |
tree | bb63234434ac317dcce00f71af2baf4cb935f317 | |
parent | b52146d95fcf3d761632814955d0967d0ec3790e [diff] [blame] |
msvcrt: Implemented asctime, ctime and strftime instead of using the libc ones. Make the code thread-safe by using asctime_r if available.
diff --git a/configure b/configure index 9a49b2c..1880b82 100755 --- a/configure +++ b/configure
@@ -14619,6 +14619,7 @@ + for ac_func in \ _lwp_create \ _lwp_self \ @@ -14629,6 +14630,7 @@ _stricmp \ _strnicmp \ _vsnprintf \ + asctime_r \ chsize \ clone \ epoll_create \