mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 22:04:21 +00:00
11 lines
346 B
C
Vendored
11 lines
346 B
C
Vendored
/*
|
|
Generate GUIDs for device classes for PnP and SetupAPI
|
|
|
|
This file was generated by extracting the UUIDs from the registry at
|
|
\\SYSTEM\\CurrentControlSet\\Control\\Class and pairing them with
|
|
the class name in the registry value "Class" with GUID_DEVCLASS_ prepended
|
|
*/
|
|
|
|
#define INITGUID
|
|
#include <basetyps.h>
|
|
#include <devguid.h>
|