12 lines
346 B
C
12 lines
346 B
C
/*
|
|
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>
|