]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/harfbuzz/0002-fix-uwp-build.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / harfbuzz / 0002-fix-uwp-build.patch
1 diff --git a/src/hb-ft.cc b/src/hb-ft.cc
2 index 1900f30..add9917 100644
3 --- a/src/hb-ft.cc
4 +++ b/src/hb-ft.cc
5 @@ -31,6 +31,10 @@
6
7 #include "hb-ft.h"
8
9 +#if defined(WINAPI_FAMILY) && (WINAPI_FAMILY != WINAPI_FAMILY_DESKTOP_APP)
10 +#define generic GenericFromFreeTypeLibrary
11 +#endif
12 +
13 #include "hb-font.hh"
14 #include "hb-machinery.hh"
15 #include "hb-cache.hh"