view libpurple/protocols/bonjour/dns_sd_proxy.h @ 20651:c1b559a2610f

merge of '31d62e1a78974a0239e86bfeb42b29ab75216114' and '9ac69ea809d7739080783dc7f3de14cfcf9325d3'
author Luke Schierer <lschiere@pidgin.im>
date Mon, 24 Sep 2007 12:14:42 +0000
parents db6218615be4
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