From 3bc2d43929c36a239332e13061a20f4a009d41fa Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Mon, 17 Feb 2014 14:55:41 -0600 Subject: [PATCH] Moved timing prototype definition out of Windows only code block --- src/openalpr/support/timing.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/openalpr/support/timing.cpp b/src/openalpr/support/timing.cpp index 5b259f8..7e31290 100644 --- a/src/openalpr/support/timing.cpp +++ b/src/openalpr/support/timing.cpp @@ -1,12 +1,11 @@ #include "timing.h" -#ifdef WINDOWS - - timespec diff(timespec start, timespec end); +#ifdef WINDOWS + // Windows timing code LARGE_INTEGER getFILETIMEoffset() {