view libpurple/protocols/bonjour/dns_sd_proxy.h @ 20285:3b459f294dc1

applied changes from f143c30a12f30c53e017f1bfc22ccddee96036fc through 4738dbce827a83740e87c9d66f79d4fa5de8abaf
author Richard Laager <rlaager@wiktel.com>
date Sat, 29 Sep 2007 13:54:49 +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