1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 22:00:48 +00:00

David McCreedy's "TPF-platform specific changes to various files" patch follow-up

This commit is contained in:
Yang Tse
2009-05-01 22:41:23 +00:00
parent fc5873e487
commit d9647bd70f

View File

@ -198,8 +198,8 @@
#elif defined(TPF) #elif defined(TPF)
# define CARES_SIZEOF_LONG 8 # define CARES_SIZEOF_LONG 8
# define CARES_TYPEOF_ARES_SOCKLEN_T FIXME # define CARES_TYPEOF_ARES_SOCKLEN_T int
# define CARES_SIZEOF_ARES_SOCKLEN_T -1 # define CARES_SIZEOF_ARES_SOCKLEN_T 4
/* ===================================== */ /* ===================================== */
/* KEEP MSVC THE PENULTIMATE ENTRY */ /* KEEP MSVC THE PENULTIMATE ENTRY */