headers: Import httprequest.idl from wine Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Signed-off-by: LIU Hao <lh_mouse@126.com>
diff --git a/mingw-w64-crt/libsrc/uuid.c b/mingw-w64-crt/libsrc/uuid.c index 0a88ca1..48d555b 100644 --- a/mingw-w64-crt/libsrc/uuid.c +++ b/mingw-w64-crt/libsrc/uuid.c
@@ -15,6 +15,7 @@ #include <basetyps.h> #include <credentialprovider.h> +#include <httprequest.h> #include <functiondiscoverykeys.h> #include <textstor.h> #include <shobjidl.h>
diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am index 251a28f..b4ddb1c 100644 --- a/mingw-w64-headers/Makefile.am +++ b/mingw-w64-headers/Makefile.am
@@ -156,6 +156,7 @@ include/fusion.idl \ include/fwptypes.idl \ include/hstring.idl \ + include/httprequest.idl \ include/icftypes.idl \ include/icodecapi.idl \ include/iketypes.idl \
diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh index c9c8286..7f8da70 100755 --- a/mingw-w64-headers/wine-import.sh +++ b/mingw-w64-headers/wine-import.sh
@@ -191,6 +191,7 @@ evr9 \ exdisp \ fusion \ + httprequest \ icftypes \ ivectorchangedeventargs \ mediaobj \