mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 06:56:49 +08:00
Moved timing prototype definition out of Windows only code block
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#include "timing.h"
|
||||
|
||||
|
||||
#ifdef WINDOWS
|
||||
|
||||
|
||||
timespec diff(timespec start, timespec end);
|
||||
|
||||
|
||||
#ifdef WINDOWS
|
||||
|
||||
// Windows timing code
|
||||
LARGE_INTEGER getFILETIMEoffset()
|
||||
{
|
||||
|
Reference in New Issue
Block a user