Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 704670 Details for
Bug 917400
header include/hidsdi.h lacks HidD_GetHidGuid()
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add HidD_GetHidGuid() to include/hidsdi.h
mingw32-headers-hidsdi.h-add-HidD_GetHidGuid.diff (text/plain), 1022 bytes, created by
Conrad Meyer
on 2013-03-03 22:56:58 UTC
(
hide
)
Description:
Patch to add HidD_GetHidGuid() to include/hidsdi.h
Filename:
MIME Type:
Creator:
Conrad Meyer
Created:
2013-03-03 22:56:58 UTC
Size:
1022 bytes
patch
obsolete
>--- /usr/i686-w64-mingw32/sys-root/mingw/include/hidsdi.h.orig 2013-01-28 03:58:42.000000000 -0800 >+++ /usr/i686-w64-mingw32/sys-root/mingw/include/hidsdi.h 2013-03-03 12:18:39.747685820 -0800 >@@ -24,26 +24,30 @@ > #include "hidpi.h" > > #ifdef __cplusplus > extern "C" { > #endif > > /* http://msdn.microsoft.com/en-us/library/ff538900%28v=VS.85%29.aspx */ > HIDAPI BOOLEAN NTAPI > HidD_GetAttributes(HANDLE HidDeviceObject, PHIDD_ATTRIBUTES Attributes); > > /* http://msdn.microsoft.com/en-us/library/ff538910%28v=VS.85%29.aspx */ > HIDAPI BOOLEAN NTAPI > HidD_GetFeature(HANDLE HidDeviceObject, PVOID ReportBuffer, > ULONG ReportBufferLength); > > /* http://msdn.microsoft.com/en-us/library/ff539684%28v=VS.85%29.aspx */ > HIDAPI BOOLEAN NTAPI > HidD_SetFeature(HANDLE HidDeviceObject, PVOID ReportBuffer, > ULONG ReportBufferLength); > >+ /* http://msdn.microsoft.com/en-us/library/ff538924(v=vs.85).aspx */ >+HIDAPI VOID NTAPI >+HidD_GetHidGuid(LPGUID HidGuid); >+ > #ifdef __cplusplus > } > #endif > > #endif /* __HIDSDI_H */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 917400
: 704670