Commit ab02c2bd authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Fixed MSVCRT_clock return type.

parent 78abb64d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment