mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
9 lines
264 B
C
Vendored
9 lines
264 B
C
Vendored
/* from ntddscsi.h */
|
|
|
|
#define INITGUID
|
|
#include <basetyps.h>
|
|
|
|
DEFINE_GUID(ScsiRawInterfaceGuid,0x53f56309L,0xb6bf,0x11d0,0x94,0xf2,0x00,0xa0,0xc9,0x1e,0xfb,0x8b);
|
|
DEFINE_GUID(WmiScsiAddressGuid,0x53f5630fL,0xb6bf,0x11d0,0x94,0xf2,0x00,0xa0,0xc9,0x1e,0xfb,0x8b);
|
|
|