view libpurple/protocols/bonjour/dns_sd_proxy.h @ 20649:964014aee978

merge of '025faf23aaac403798451974c320c4de6df470d5' and '5c5edb6508adac74635924c3b6fa2676a92323e3'
author Luke Schierer <lschiere@pidgin.im>
date Sat, 22 Sep 2007 03:21:11 +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