#elif _WIN32
DNS_STATUS status; // DNS request status
- size_t i, // Looping var
+ int i, // Looping var
count; // Number of types
const char *base, // Base query name
*subtype; // Subtype
#ifndef _CUPS_DNSSD_H_
# define _CUPS_DNSSD_H_
# include "cups.h"
+# include <stdint.h>
# ifdef __cplusplus
extern "C" {
# endif // __cplusplus
// information.
//
+#include <config.h>
#include "test-internal.h"
#include "dnssd.h"
#include "thread.h"
/*
* Configuration file for CUPS on Windows.
*
- * Copyright © 2021-2024 by OpenPrinting
+ * Copyright © 2021-2025 by OpenPrinting
* Copyright © 2007-2019 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products.
*
#ifndef _CUPS_CONFIG_H_
#define _CUPS_CONFIG_H_
-/*
- * Include necessary headers...
- */
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
* Do we have mDNSResponder for DNS-SD?
*/
-#define HAVE_MDNSRESPONDER 1
+/* #undef HAVE_MDNSRESPONDER */
/*
Microsoft Visual Studio Solution File, Format Version 12.00\r
-# Visual Studio 15\r
-VisualStudioVersion = 15.0.28010.2036\r
+# Visual Studio Version 16\r
+VisualStudioVersion = 16.0.35325.158\r
MinimumVisualStudioVersion = 10.0.40219.1\r
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcups2", "libcups2.vcxproj", "{CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}"\r
EndProject\r
EndProjectSection\r
EndProject\r
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "regex", "regex.vcxproj", "{18950A1B-D37A-40C7-B2DF-C12986C0526E}"\r
- ProjectSection(ProjectDependencies) = postProject\r
- {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3} = {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}\r
- EndProjectSection\r
EndProject\r
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ippfind", "ippfind.vcxproj", "{B484DA0C-62C8-4C32-83B6-CCEB58968B85}"\r
ProjectSection(ProjectDependencies) = postProject\r
<ClCompile Include="..\cups\testdnssd.c" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="libcups3.vcxproj">
+ <ProjectReference Include="libcups2.vcxproj">
<Project>{cb4aa6f2-3e84-45be-b505-95cd375e8be3}</Project>
</ProjectReference>
</ItemGroup>