[4/14]hid: Implement HidP_GetCaps

Aric Stewart aric at codeweavers.com
Mon Jun 29 18:21:14 CDT 2015


On 6/26/15 7:31 AM, Michael Stefaniuc wrote:
> Aric,
> 
> On 06/26/2015 02: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?
> my crystal ball tells me that the answer will be to just have that
> internal header and copy it to hidclass.sys
> E.g. I have 8 copies of dmobject.[ch] atm

I bet you are right here.  There is a hidparse.sys that implements all of those HidP_ functions. But I am pretty sure that you are not suppose to be able to link a .sys file to a .dll file.

So I bet the functions are reimplemented and so the header is in both places.

-aric



More information about the wine-devel mailing list