[4/14]hid: Implement HidP_GetCaps

Nikolay Sivov nsivov at codeweavers.com
Fri Jun 26 07:37:58 CDT 2015


On 06/26/2015 03:22 PM, Aric Stewart wrote:
> 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?

So just to clarify, is this the only solution to have internal 
structures? I mean do you need them because of some undocumented 
interfaces or because the way hid/hidclass are used differs from native 
architecture?

>
> -aric
>
> On 6/26/15 1:32 AM, Alexandre Julliard wrote:
>> Aric Stewart <aric at 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.
>>
>
>




More information about the wine-devel mailing list