| 17 * You should have received a copy of the GNU General Public License |
17 * You should have received a copy of the GNU General Public License |
| 18 * along with this program; if not, write to the Free Software |
18 * along with this program; if not, write to the Free Software |
| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, USA. |
| 20 */ |
20 */ |
| 21 |
21 |
| 22 #include "win32dep.h" |
22 #include "internal.h" |
| 23 #include "dns_sd_proxy.h" |
23 #include "dns_sd_proxy.h" |
| 24 |
24 |
| 25 #ifndef LINK_DNS_SD_DIRECTLY |
25 #ifndef LINK_DNS_SD_DIRECTLY |
| 26 static DNSServiceErrorType (DNSSD_API* _DNSServiceAddRecord)(DNSServiceRef sdRef, DNSRecordRef *RecordRef, DNSServiceFlags flags, |
26 static DNSServiceErrorType (DNSSD_API* _DNSServiceAddRecord)(DNSServiceRef sdRef, DNSRecordRef *RecordRef, DNSServiceFlags flags, |
| 27 uint16_t rrtype, uint16_t rdlen, const void *rdata, uint32_t ttl); |
27 uint16_t rrtype, uint16_t rdlen, const void *rdata, uint32_t ttl); |