]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/mhook/fix-windows-packing-mismatch.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / mhook / fix-windows-packing-mismatch.patch
1 diff --git a/CMakeLists.txt b/CMakeLists.txt
2 index 6e1df9f..e1e6ced 100644
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -4,7 +4,7 @@ project(mhook)
6 set_property(GLOBAL PROPERTY USE_FOLDERS ON)
7 set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMake")
8
9 -add_definitions(-DNO_SANITY_CHECKS -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN)
10 +add_definitions(-DNO_SANITY_CHECKS -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -DWINDOWS_IGNORE_PACKING_MISMATCH)
11
12 file(GLOB DisasmSrc disasm-lib/*.c disasm-lib/*.h)
13 file(GLOB MhookSrc mhook-lib/*.cpp mhook-lib/*.h)