oio_win.h style

This commit is contained in:
Bert Belder 2011-05-09 16:58:14 +02:00
parent 8f9ff78413
commit 317cea275e

View File

@ -89,7 +89,7 @@ typedef struct oio_buf {
#define oio_handle_private_fields \
oio_handle_t* endgame_next; \
unsigned int flags; \
oio_err_t error; \
oio_err_t error; \
union { \
struct { oio_tcp_fields }; \
struct { oio_loop_fields }; \