Moved timing prototype definition out of Windows only code block

This commit is contained in:
Matt Hill
2014-02-17 14:55:41 -06:00
parent 742556cc37
commit 3bc2d43929

View File

@@ -1,12 +1,11 @@
#include "timing.h"
#ifdef WINDOWS
timespec diff(timespec start, timespec end);
#ifdef WINDOWS
// Windows timing code
LARGE_INTEGER getFILETIMEoffset()
{