From 19d0e55727b437f073188c9d4dd6a7f0d4ca72b6 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 21 Mar 2015 17:51:20 -0400 Subject: [PATCH] Fixed compile issue on Windows --- src/openalpr/support/windows/unistd_partial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openalpr/support/windows/unistd_partial.h b/src/openalpr/support/windows/unistd_partial.h index a335c26..c4efc98 100644 --- a/src/openalpr/support/windows/unistd_partial.h +++ b/src/openalpr/support/windows/unistd_partial.h @@ -30,7 +30,7 @@ #define STDOUT_FILENO 1 #define STDERR_FILENO 2 /* should be in some equivalent to */ -typedef __int8 int8_t; +//typedef __int8 int8_t; typedef __int16 int16_t; typedef __int32 int32_t; typedef __int64 int64_t;