X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/d68da9db1b34dbd6f29a0576bc897a9c49e4d7ed..2fa1c9cb48b3bbf9d5e305dbf3d4269abcce0ec2:/evdns.c?ds=sidebyside diff --git a/evdns.c b/evdns.c index f71c4f6..a006638 100644 --- a/evdns.c +++ b/evdns.c @@ -1,4 +1,4 @@ -/* $Id: evdns.c,v 1.8 2007-11-04 16:52:52 root Exp $ */ +/* $Id: evdns.c,v 1.20 2007-11-08 16:58:00 root Exp $ */ /* The original version of this module was written by Adam Langley; for * a history of modifications, check out the subversion logs. @@ -40,7 +40,7 @@ #endif #ifdef WIN32 -#ifndef EV_EMBED +#ifndef EV_STANDALONE #include "misc.h" #endif #endif