10 Aug
2018
10 Aug
'18
8:05 p.m.
On 8 August 2018 at 02:02, Chip Davis <cdavis(a)codeweavers.com> wrote:
diff --git a/Makefile.am b/Makefile.am index 14f2d51..7299192 100644 --- a/Makefile.am +++ b/Makefile.am @@ -150,8 +150,9 @@ vkd3d_v_widl_1 = EXTRA_DIST += $(widl_headers) $(widl_headers:.h=.idl) $(widl_headers): %.h: %.idl if HAVE_WIDL - $(VKD3D_V_WIDL)$(WIDL) -o $@ $< - sed -e '/#include <\(rpc.h\|rpcndr.h\)>/d' -i $@ + $(VKD3D_V_WIDL)$(WIDL) -o $@.tmp $<
Actually, did you test these patches? This doesn't work unless you also pass -h to widl.