Module: wine Branch: master Commit: bd9610535369500dff1dfde0fc49abedc463675c URL: https://source.winehq.org/git/wine.git/?a=commit;h=bd9610535369500dff1dfde0f... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Sun Oct 14 23:27:05 2018 +0000 hnetcfg: Register NATUPnP interface. Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/hnetcfg/hnetcfg_tlb.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/hnetcfg/hnetcfg_tlb.idl b/dlls/hnetcfg/hnetcfg_tlb.idl index 33e8cc8..e368fe6 100644 --- a/dlls/hnetcfg/hnetcfg_tlb.idl +++ b/dlls/hnetcfg/hnetcfg_tlb.idl @@ -21,3 +21,4 @@ #pragma makedep regtypelib #include "netfw.idl" +#include "natupnp.idl"