HID dll stub
Hosaka Yuji <[email protected]> Fri, 11 Jun 2004 00:18:53 +0900
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <[email protected]> |
--=-=-= Hi This patch add exports for HID.dll. 2004-06-10 Hosaka Yuji <[email protected]> * lib/ddk/hid.def (HidD_FlushQueue, HidD_FreePreparsedData, HidD_GetAttributes, HidD_GetConfiguration, HidD_GetFeature, HidD_GetHidGuid, HidD_GetIndexedString, HidD_GetInputReport, HidD_GetManufacturerString, HidD_GetMsGenreDescriptor, HidD_GetNumInputBuffers, HidD_GetPhysicalDescriptor, HidD_GetPreparsedData, HidD_GetProductString, HidD_GetSerialNumberString, HidD_SetConfiguration, HidD_SetFeature, HidD_SetNumInputBuffers, HidD_SetOutputReport, HidP_GetButtonCaps, HidP_GetValueCaps): Add Exports. -- hosaka --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=w32api-hid.patch Index: hid.def =================================================================== RCS file: /cvs/src/src/winsup/w32api/lib/ddk/hid.def,v retrieving revision 1.1 diff -u -3 -p -r1.1 hid.def --- hid.def 6 Oct 2002 22:18:25 -0000 1.1 +++ hid.def 10 Jun 2004 14:54:11 -0000 @@ -1,26 +1,26 @@ LIBRARY hid.dll EXPORTS -;HidD_FlushQueue -;HidD_FreePreparsedData -;HidD_GetAttributes -;HidD_GetConfiguration -;HidD_GetFeature -;HidD_GetHidGuid -;HidD_GetIndexedString -;HidD_GetInputReport -;HidD_GetManufacturerString -;HidD_GetMsGenreDescriptor -;HidD_GetNumInputBuffers -;HidD_GetPhysicalDescriptor -;HidD_GetPreparsedData -;HidD_GetProductString -;HidD_GetSerialNumberString +HidD_FlushQueue@4 +HidD_FreePreparsedData@4 +HidD_GetAttributes@8 +HidD_GetConfiguration@12 +HidD_GetFeature@12 +HidD_GetHidGuid@4 +HidD_GetIndexedString@16 +HidD_GetInputReport@12 +HidD_GetManufacturerString@12 +HidD_GetMsGenreDescriptor@12 +HidD_GetNumInputBuffers@8 +HidD_GetPhysicalDescriptor@12 +HidD_GetPreparsedData@8 +HidD_GetProductString@12 +HidD_GetSerialNumberString@12 ;HidD_Hello -;HidD_SetConfiguration -;HidD_SetFeature -;HidD_SetNumInputBuffers -;HidD_SetOutputReport -;HidP_GetButtonCaps +HidD_SetConfiguration@12 +HidD_SetFeature@12 +HidD_SetNumInputBuffers@8 +HidD_SetOutputReport@12 +HidP_GetButtonCaps@16 HidP_GetCaps@8 HidP_GetData@24 HidP_GetExtendedAttributes@20 @@ -32,7 +32,7 @@ HidP_GetUsageValue@32 HidP_GetUsageValueArray@36 HidP_GetUsages@32 HidP_GetUsagesEx@28 -;HidP_GetValueCaps +HidP_GetValueCaps@16 HidP_InitializeReportForID@20 HidP_MaxDataListLength@8 HidP_MaxUsageListLength@12 --=-=-=-- ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504