Fixed MSVCRT_clock return type.
This commit is contained in:
parent
78abb64dbe
commit
ab02c2bdc9
|
@ -53,7 +53,7 @@ char* _strtime(char* date)
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
* clock (MSVCRT.@)
|
* clock (MSVCRT.@)
|
||||||
*/
|
*/
|
||||||
clock_t MSVCRT_clock(void)
|
MSVCRT_clock_t MSVCRT_clock(void)
|
||||||
{
|
{
|
||||||
struct tms alltimes;
|
struct tms alltimes;
|
||||||
clock_t res;
|
clock_t res;
|
||||||
|
|
Loading…
Reference in New Issue