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] |
msvcrt: Implemented asctime, ctime and strftime instead of using the libc ones. Make the code thread-safe by using asctime_r if available.