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;