Found and fixed duplicate method definitions for the same API#483
Merged
dblock merged 1 commit intojava-native-access:masterfrom Aug 10, 2015
Merged
Found and fixed duplicate method definitions for the same API#483dblock merged 1 commit intojava-native-access:masterfrom
dblock merged 1 commit intojava-native-access:masterfrom
Conversation
00e6184 to
403360d
Compare
Member
|
There's a compile error in a contrib directory that looks legit: |
403360d to
bec85fd
Compare
Contributor
Author
|
Sorry I missed it - fixed and re-pushed the commit |
bec85fd to
d256778
Compare
Contributor
Author
|
Took the opportunity to also remove the GetIconInfo overload with the HANDLE. |
d256778 to
d683e4f
Compare
Member
|
Check out Travis-CI, didn't dig into the issues, but I am pretty sure this should be passing here. |
d683e4f to
70288cc
Compare
Contributor
Author
|
You are right - I can't explain how, but seems like a bunch of critical import(s) was removed from the file. I restored them and now everything should compile - I don't know how this has happened since I compiled and tested my code before committing... |
Contributor
Author
|
All checks have passed successfully now |
Member
|
Thanks, merging. Good work. |
dblock
added a commit
that referenced
this pull request
Aug 10, 2015
Found and fixed duplicate method definitions for the same API
mstyura
pushed a commit
to mstyura/jna
that referenced
this pull request
Sep 9, 2024
…#483) Motivation: We did set the incorrect property which did result in an incorrect Automatic-Module-Name Modifications: Set the correct property. Result: Generate correct module names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Kernel32:
User32:
Please note that the "changes" seem more than that but this is misleading - my IDE (Eclipse) is set up so that on "Save" it trims trailing white spaces in the source lines, replaces TAB(s) with 4 spaces, removes unused imports and adds missing @OverRide(s). I think this is recommended behavior, but do let me know if you disagree and I will configure it otherwise.