view libpurple/protocols/bonjour/dns_sd_proxy.h @ 21219:5f829728a1a5

propagate from branch 'im.pidgin.sadrul.currentmedia' (head 734d4a6e0655850d5f891d22d4c37f15d0ccf1bd) to branch 'next.minor' (head c52c996c95bec84928db81dc592640366ff5a432)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 12 Oct 2007 02:06:38 +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