master
1/**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
5 */
6
7/* crt/libsrc/wbemuuid.c */
8/* Generate GUIDs for Windows Management Instrumentation (WMI) Provider interfaces */
9
10#define INITGUID
11#include <basetyps.h>
12#include <wbemads.h>
13#include <wbemcli.h>
14#include <wbemdisp.h>
15#include <wbemprov.h>
16#include <wbemtran.h>
17#include <wmiutils.h>