forked from Hay1tsme/segatools
board/guid.c: Add HID class GUID
This commit is contained in:
parent
ba8b8e32fc
commit
0806282bbf
3
board/guid.c
Normal file
3
board/guid.c
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#include <initguid.h>
|
||||||
|
|
||||||
|
#include "board/guid.h"
|
10
board/guid.h
Normal file
10
board/guid.h
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
|
DEFINE_GUID(
|
||||||
|
hid_guid,
|
||||||
|
0x4D1E55B2L,
|
||||||
|
0xF16F,
|
||||||
|
0x11CF,
|
||||||
|
0x88, 0xCB, 0x00, 0x11, 0x11, 0x00, 0x00, 0x30);
|
@ -10,6 +10,8 @@ board_lib = static_library(
|
|||||||
capnhook.get_variable('hook_dep'),
|
capnhook.get_variable('hook_dep'),
|
||||||
],
|
],
|
||||||
sources : [
|
sources : [
|
||||||
|
'guid.c',
|
||||||
|
'guid.h',
|
||||||
'io3.c',
|
'io3.c',
|
||||||
'io3.h',
|
'io3.h',
|
||||||
'sg-cmd.c',
|
'sg-cmd.c',
|
||||||
|
Loading…
Reference in New Issue
Block a user