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