...
From 5d3db12a95dc470efe4f86054155ac0304699808 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath <nathbap...@gmail.com> Date: Sat, 9 May 2020 13:18:50 +0530 Subject: [PATCH] crt/libsrc: add missing headers in wbemuuid.c
the deleted include entries are already included in other header files Signed-off-by: Biswapriyo Nath <nathbap...@gmail.com> --- mingw-w64-crt/libsrc/wbemuuid.c | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/mingw-w64-crt/libsrc/wbemuuid.c b/mingw-w64-crt/libsrc/wbemuuid.c index d20bf2d..469463b 100644 --- a/mingw-w64-crt/libsrc/wbemuuid.c +++ b/mingw-w64-crt/libsrc/wbemuuid.c @@ -1,5 +1,17 @@ -#include <windows.h> -#include <ole2.h> +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the mingw-w64 runtime package. + * No warranty is given; refer to the file DISCLAIMER.PD within this package. + */ -#include <initguid.h> +/* crt/libsrc/wbemuuid.c */ +/* Generate GUIDs for Windows Management Instrumentation (WMI) Provider interfaces */ + +#define INITGUID +#include <basetyps.h> +#include <wbemads.h> #include <wbemcli.h> +#include <wbemdisp.h> +#include <wbemprov.h> +#include <wbemtran.h> +#include <wmiutils.h> -- 2.26.2
_______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public