Skip to content
Snippets Groups Projects
Commit 0efb0740 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix Windows build.

parent 4406458a
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ DLLEXPORT char* byte_estimate_to_str(int64_t bytes, char* str, size_t size, ulo
/* Microsoft (e.g. DOS/Win32) real-time system clock API (ticks since process started) */
#define MSCLOCKS_PER_SEC 1000
msclock_t msclock(void);
clock_t msclock(void);
DLLEXPORT BOOL check_pid(pid_t);
DLLEXPORT BOOL terminate_pid(pid_t);
......
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