view libpurple/protocols/bonjour/dns_sd_proxy.h @ 18599:4efd240ffaa0

merge of '21c2a204378d0369b8d2b6d7b32b6da45cb1ddb2' and 'a55d49d8370e0e949cd461b528bc84ac435e93e9'
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 22 Jul 2007 00:59:51 +0000
parents d7b50cac1c7a
children db6218615be4
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
#undef bzero
#endif

#include <dns_sd.h>

/* dns_sd.h defines bzero and we also do in libc_internal.h */
#ifdef _WIN32
#undef bzero
#endif

#endif