Skip to content

Commit

Permalink
always define EV_INT16_MIN
Browse files Browse the repository at this point in the history
somehow missing from 043ae74
  • Loading branch information
carenas committed Aug 17, 2017
1 parent 94e5cc8 commit 5698cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/event2/util.h
Expand Up @@ -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
Expand Down

0 comments on commit 5698cff

Please sign in to comment.