… | |
… | |
118 | #endif |
118 | #endif |
119 | #ifndef EV_PROTOTYPES |
119 | #ifndef EV_PROTOTYPES |
120 | # define EV_PROTOTYPES 1 |
120 | # define EV_PROTOTYPES 1 |
121 | #endif |
121 | #endif |
122 | |
122 | |
123 | #define EV_VERSION_MAJOR 2 |
123 | #define EV_VERSION_MAJOR 1 |
124 | #define EV_VERSION_MINOR 0 |
124 | #define EV_VERSION_MINOR 0 |
125 | |
125 | |
126 | #ifndef EV_CB_DECLARE |
126 | #ifndef EV_CB_DECLARE |
127 | # define EV_CB_DECLARE(type) void (*cb)(EV_P_ struct type *w, int revents); |
127 | # define EV_CB_DECLARE(type) void (*cb)(EV_P_ struct type *w, int revents); |
128 | #endif |
128 | #endif |