mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 14:07:39 +08:00
Fixed compile issue on Windows
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
#define STDOUT_FILENO 1
|
#define STDOUT_FILENO 1
|
||||||
#define STDERR_FILENO 2
|
#define STDERR_FILENO 2
|
||||||
/* should be in some equivalent to <sys/types.h> */
|
/* should be in some equivalent to <sys/types.h> */
|
||||||
typedef __int8 int8_t;
|
//typedef __int8 int8_t;
|
||||||
typedef __int16 int16_t;
|
typedef __int16 int16_t;
|
||||||
typedef __int32 int32_t;
|
typedef __int32 int32_t;
|
||||||
typedef __int64 int64_t;
|
typedef __int64 int64_t;
|
||||||
|
Reference in New Issue
Block a user