]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/usbmuxd/fix-definitions.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / usbmuxd / fix-definitions.patch
1 diff --git a/usbmuxd.vcxproj b/usbmuxd.vcxproj
2 index 1500a8a..61362c3 100644
3 --- a/usbmuxd.vcxproj
4 +++ b/usbmuxd.vcxproj
5 @@ -129,7 +129,7 @@
6 </PrecompiledHeader>
7 <WarningLevel>Level3</WarningLevel>
8 <Optimization>Disabled</Optimization>
9 - <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;HAVE_LIBIMOBILEDEVICE</PreprocessorDefinitions>
10 + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;HAVE_LIBIMOBILEDEVICE;HAVE_ENUM_IDEVICE_CONNECTION_TYPE;PACKAGE_URL="";PACKAGE_BUGREPORT=""</PreprocessorDefinitions>
11 <TreatSpecificWarningsAsErrors>4013</TreatSpecificWarningsAsErrors>
12 </ClCompile>
13 <Link>
14 @@ -144,7 +144,7 @@
15 </PrecompiledHeader>
16 <WarningLevel>Level3</WarningLevel>
17 <Optimization>Disabled</Optimization>
18 - <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;WIN32;HAVE_LIBIMOBILEDEVICE</PreprocessorDefinitions>
19 + <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;WIN32;HAVE_LIBIMOBILEDEVICE;HAVE_ENUM_IDEVICE_CONNECTION_TYPE;PACKAGE_URL="";PACKAGE_BUGREPORT=""</PreprocessorDefinitions>
20 </ClCompile>
21 <Link>
22 <SubSystem>Console</SubSystem>
23 @@ -160,7 +160,7 @@
24 <Optimization>MaxSpeed</Optimization>
25 <FunctionLevelLinking>true</FunctionLevelLinking>
26 <IntrinsicFunctions>true</IntrinsicFunctions>
27 - <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;HAVE_LIBIMOBILEDEVICE</PreprocessorDefinitions>
28 + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_USE_32BIT_TIME_T;HAVE_LIBIMOBILEDEVICE;HAVE_ENUM_IDEVICE_CONNECTION_TYPE;PACKAGE_URL="";PACKAGE_BUGREPORT=""</PreprocessorDefinitions>
29 <TreatSpecificWarningsAsErrors>4013</TreatSpecificWarningsAsErrors>
30 </ClCompile>
31 <Link>
32 @@ -179,7 +179,7 @@
33 <Optimization>MaxSpeed</Optimization>
34 <FunctionLevelLinking>true</FunctionLevelLinking>
35 <IntrinsicFunctions>true</IntrinsicFunctions>
36 - <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;WIN32;HAVE_LIBIMOBILEDEVICE</PreprocessorDefinitions>
37 + <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;WIN32;HAVE_LIBIMOBILEDEVICE;HAVE_ENUM_IDEVICE_CONNECTION_TYPE;PACKAGE_URL="";PACKAGE_BUGREPORT=""</PreprocessorDefinitions>
38 </ClCompile>
39 <Link>
40 <SubSystem>Console</SubSystem>