mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
18 lines
321 B
C
18 lines
321 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
DEFINE_GUID(
|
|
hid_guid,
|
|
0x4D1E55B2L,
|
|
0xF16F,
|
|
0x11CF,
|
|
0x88, 0xCB, 0x00, 0x11, 0x11, 0x00, 0x00, 0x30);
|
|
|
|
DEFINE_GUID(
|
|
usbio_guid,
|
|
0x46C3136FL,
|
|
0x0FD5,
|
|
0x4973,
|
|
0xBC, 0x5A, 0xF4, 0xA9, 0xF3, 0x52, 0x81, 0x39);
|