Fixed MSVCRT_clock return type.

This commit is contained in:
Gerald Pfeifer 2001-04-16 18:54:31 +00:00 committed by Alexandre Julliard
parent 78abb64dbe
commit ab02c2bdc9
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ char* _strtime(char* date)
/*********************************************************************
* clock (MSVCRT.@)
*/
clock_t MSVCRT_clock(void)
MSVCRT_clock_t MSVCRT_clock(void)
{
struct tms alltimes;
clock_t res;