From 8e8152fabdbc286d50af6cabb52d933ccce7da42 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 28 Nov 2007 17:32:24 +0000 Subject: fucking windows hates iso c, stupid microsoft lock-in strategy --- ev.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ev.h') diff --git a/ev.h b/ev.h index bd023a7..d9f558a 100644 --- a/ev.h +++ b/ev.h @@ -66,8 +66,6 @@ typedef double ev_tstamp; /*****************************************************************************/ -#include /* for size_t */ - #if EV_STAT_ENABLE # include #endif @@ -338,7 +336,7 @@ ev_tstamp ev_time (void); * or take some potentially destructive action. * The default is your system realloc function. */ -void ev_set_allocator (void *(*cb)(void *ptr, size_t size)); +void ev_set_allocator (void *(*cb)(void *ptr, long size)); /* set the callback function to call on a * retryable syscall error -- cgit v1.2.3