Added 'SetupDiOpenDevRegKey' and 'SetupDiEnumDeviceInfo' to SetupApi.#419
Added 'SetupDiOpenDevRegKey' and 'SetupDiEnumDeviceInfo' to SetupApi.#419ChristianSchwarz wants to merge 1 commit intojava-native-access:masterfrom ChristianSchwarz:setup-api
Conversation
|
Thanks. Take a look at the diff on Github, you have a problem with CR/LF vs. LF/CR it looks like, the diff should look clean here. Same with tabs vs. spaces. I know it's annoying, but we want history to look readable. Once that's fixed, please squash these commits - lmk if you need any help. |
|
I am unable to solve the CR/LF vs LF/CR issue, i reverted the CHANGES.md to the version of the last commit before my change but it still doesn't change back and shows diffs. In my Eclipse diff i dont see that at all, only my added line. |
|
Actually revert it and edit it with something else than Eclipse? I am not sure what to do, but I can merge this manually later. |
|
Yes i tried to revert it and change it in Notepad++, no luck. I can't even revert the CHANGES.md, the diffs are shown her in github, maybe this a github-bug? |
|
Definitely not a Github bug :) |
|
Okay i have no luck with this CRLF LFCR issue. I tried other editors, Can you please add this to the CHANGES.md -> Out of interest, what delimiter is currently used for the CHANGES.md?
|
constants to `com.sun.jna.platform.win32.SetupApi`
|
Looks like you fixed it! What did you do? Care to add to the https://github.com/twall/jna/blob/master/www/WindowsDevelopmentEnvironment.md docs? |
|
Merged via 0b47d1e. Thanks for hanging in here! |
|
I used the secret magic of the mighty -> github-file-editor ;-) |
Added the methods 'SetupDiOpenDevRegKey' and 'SetupDiEnumDeviceInfo' and constants associated with it to the SetupApi.
NOTE: this pull request is a replacement for #335 since i failed to rebase it.