Skip to content
Snippets Groups Projects
Commit 1da459e8 authored by deuce's avatar deuce
Browse files

Fix Win32-only bug in last commit.

parent a3e175a5
No related branches found
No related tags found
No related merge requests found
......@@ -272,6 +272,7 @@ DLLEXPORT int DLLCALL safe_snprintf(char *dst, size_t size, char *fmt, ...);
#if defined(_WIN32)
#define msclock() clock()
#define MSCLOCKS_PER_SEC CLOCKS_PER_SEC
#else
#define MSCLOCKS_PER_SEC 1000
clock_t msclock(void);
......
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