always define EV_INT16_MIN

somehow missing from 043ae7481f4a73b0f48055a0260afa454f02d136

(cherry picked from commit 5698cff73dac815dab937fd0262dd1f910ad1c3c)
This commit is contained in:
Carlo Marcelo Arenas Belón 2017-08-17 01:37:01 -07:00 committed by Azat Khuzhin
parent d433201e13
commit 25150a629e
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -259,6 +259,7 @@ extern "C" {
#define EV_INT32_MAX INT32_MAX
#define EV_INT32_MIN INT32_MIN
#define EV_UINT16_MAX UINT16_MAX
#define EV_INT16_MIN INT16_MIN
#define EV_INT16_MAX INT16_MAX
#define EV_UINT8_MAX UINT8_MAX
#define EV_INT8_MAX INT8_MAX