Mercurial > pidgin
view libpurple/protocols/bonjour/dns_sd_proxy.h @ 19268:db6218615be4
bcopy and bzero shouldn't be used. This allows Alver to compile nat-pmp.c on one of his obscure systems (and I fixed some other stuff that I noticed at the same time).
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 14 Aug 2007 18:31:01 +0000 |
parents | d7b50cac1c7a |
children | c2d3c9fc71b5 |
line wrap: on
line source
#ifndef _DNS_SD_PROXY #define _DNS_SD_PROXY #include <stdint.h> /* fixup to make pidgin compile against win32 bonjour */ #ifdef _WIN32 #define _MSL_STDINT_H #endif #include <dns_sd.h> #endif