mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
always define EV_INT16_MIN
somehow missing from 043ae7481f4a73b0f48055a0260afa454f02d136 (cherry picked from commit 5698cff73dac815dab937fd0262dd1f910ad1c3c)
This commit is contained in:
parent
d433201e13
commit
25150a629e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user