26 Jun
2015
26 Jun
'15
12:22 p.m.
These internal structures are shared between hid.dll and the forthcoming hidclass.sys Should I define them internally at this point and have a patch later that moves them to the global header? -aric On 6/26/15 1:32 AM, Alexandre Julliard wrote:
Aric Stewart <aric(a)codeweavers.com> writes:
--- /dev/null +++ b/include/wine/hid.h @@ -0,0 +1,80 @@ +/* + * Wine internal HID structures + *
You shouldn't need a global header for internal structures.