Skip to content
Snippets Groups Projects
Commit ab02c2bd authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

Fixed MSVCRT_clock return type.

parent 78abb64d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment