Mercurial > pidgin
diff libpurple/win32/libc_interface.h @ 32390:c0c60e110c82
Fix the compilation of the Bonjour prpl on Windows.
Fixes #14802
committer: Daniel Atallah <daniel.atallah@gmail.com>
| author | Eion Robb <eion@robbmob.com> |
|---|---|
| date | Tue, 13 Dec 2011 15:24:16 +0000 |
| parents | 1d712c4f9b6c |
| children | b30d7c76db03 |
line wrap: on
line diff
--- a/libpurple/win32/libc_interface.h Tue Dec 06 08:23:45 2011 +0000 +++ b/libpurple/win32/libc_interface.h Tue Dec 13 15:24:16 2011 +0000 @@ -89,6 +89,9 @@ #define inet_ntop( af, src, dst, cnt ) \ wpurple_inet_ntop( af, src, dst, cnt ) +#define inet_pton( af, src, dst ) \ +wpurple_inet_pton( af, src, dst ) + /* netdb.h */ #define gethostbyname( name ) \ wpurple_gethostbyname( name )
