vcpkg/ports/harfbuzz/0001-fix-uwp-build.patch
Alexander Karatarakis 80953867e8 [harfbuzz] Fix patch and apply it relative to SOURCE_PATH
The latter is done so it doesn't have to be modified if only the version is changed
2017-10-27 14:11:00 -07:00

16 lines
339 B
Diff

diff --git a/src/hb-ft.cc b/src/hb-ft.cc
index f578e9d..f224c07 100644
--- a/src/hb-ft.cc
+++ b/src/hb-ft.cc
@@ -31,6 +31,10 @@
#include "hb-ft.h"
+#if defined(WINAPI_FAMILY) && (WINAPI_FAMILY != WINAPI_FAMILY_DESKTOP_APP)
+#define generic GenericFromFreeTypeLibrary
+#endif
+
#include "hb-font-private.hh"
#include FT_ADVANCES_H